#ADB83A

Color #ADB83A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #ADB83A

Tints of Celery #ADB83A

Color information

#ADB83A (or 0xADB83A) is unknown color: approx Celery. HEX triplet: AD, B8 and 3A. RGB value is (173,184,58). Sum of RGB (Red+Green+Blue) = 173+184+58=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB83A is #5247C5. Grayscale: #A6A6A6. Windows color (decimal): -5392326 or 3848365. OLE color: 3848365.

HSL color Cylindrical-coordinate representation of color #ADB83A: hue angle of 65.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADB83A is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB17318458-
CMYK0.0600.680.28
HSL65.24º52.07%47.45%-
HSV(B)65.24º68.48%72.16%-
XYZ35.1443.4710.54-
YUV166.3566.86132.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 184 (72.27% from 255) = 44.34%
BLUE value IS 58 (23.05% from 255) = 13.98%
R=41.69%
G=44.34%
B=13.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173184580.0600.680.2865.2452.0747.45
HexADB83A60441C41342f
Octal2552707260104341016457
Binary101011011011100011101011001000100111001000001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB83A; }

 p { color: rgb(173,184,58); }

 H1.HeaderClassName
 {
   color: #ADB83A;
 }
 .AnyTagClassName
 {
   color: #ADB83A;
 }
</style>
background-color css

<style>
 a { background-color: #ADB83A; }

 a { background-color: rgb(173,184,58); }

 div.DivClassName
 {
   background-color: #ADB83A;
 }
 .BgClassName
 {
   background-color: #ADB83A;
 }
</style>
border-color css

<style>
 span { border-color: #ADB83A; }

 span { border-color: rgb(173,184,58); }

 td.TdClassName
 {
   border-color: #ADB83A;
 }
 .TagClassName
 {
   border-color: #ADB83A;
 }
</style>