#ADBB4B

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

Shades of Celery #ADBB4B

Tints of Celery #ADBB4B

Color information

#ADBB4B (or 0xADBB4B) is unknown color: approx Celery. HEX triplet: AD, BB and 4B. RGB value is (173,187,75). Sum of RGB (Red+Green+Blue) = 173+187+75=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB4B is #5244B4. Grayscale: #AAAAAA. Windows color (decimal): -5391541 or 4963245. OLE color: 4963245.

HSL color Cylindrical-coordinate representation of color #ADBB4B: hue angle of 67.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADBB4B is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB17318775-
CMYK0.0700.600.27
HSL67.5º45.16%51.37%-
HSV(B)67.5º59.89%73.33%-
XYZ36.2744.9313.42-
YUV170.0574.36130.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 187 (73.44% from 255) = 42.99%
BLUE value IS 75 (29.69% from 255) = 17.24%
R=39.77%
G=42.99%
B=17.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173187750.0700.600.2767.545.1651.37
HexADBB4B703C1B442d33
Octal2552731137074331045563
Binary101011011011101110010111110111100110111000100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB4B; }

 p { color: rgb(173,187,75); }

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

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

 a { background-color: rgb(173,187,75); }

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

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

 span { border-color: rgb(173,187,75); }

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