#ADBB5A

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

Shades of Celery #ADBB5A

Tints of Celery #ADBB5A

Color information

#ADBB5A (or 0xADBB5A) is unknown color: approx Celery. HEX triplet: AD, BB and 5A. RGB value is (173,187,90). Sum of RGB (Red+Green+Blue) = 173+187+90=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB5A is #5244A5. Grayscale: #ACACAC. Windows color (decimal): -5391526 or 5946285. OLE color: 5946285.

HSL color Cylindrical-coordinate representation of color #ADBB5A: hue angle of 68.66º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADBB5A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB17318790-
CMYK0.0700.520.27
HSL68.66º41.63%54.31%-
HSV(B)68.66º51.87%73.33%-
XYZ36.8545.1616.45-
YUV171.7681.86128.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 90 (35.55% from 255) = 20%
R=38.44%
G=41.56%
B=20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173187900.0700.520.2768.6641.6354.31
HexADBB5A70341B452a36
Octal2552731327064331055266
Binary101011011011101110110101110110100110111000101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB5A; }

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

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

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

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

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

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

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

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