#ADBA52

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

Shades of Celery #ADBA52

Tints of Celery #ADBA52

Color information

#ADBA52 (or 0xADBA52) is unknown color: approx Celery. HEX triplet: AD, BA and 52. RGB value is (173,186,82). Sum of RGB (Red+Green+Blue) = 173+186+82=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA52 is #5245AD. Grayscale: #AAAAAA. Windows color (decimal): -5391790 or 5421741. OLE color: 5421741.

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

Color convert

RGB17318682-
CMYK0.0700.560.27
HSL67.5º42.98%52.55%-
HSV(B)67.5º55.91%72.94%-
XYZ36.3244.6114.68-
YUV170.2678.19129.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 82 (32.42% from 255) = 18.59%
R=39.23%
G=42.18%
B=18.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173186820.0700.560.2767.542.9852.55
HexADBA5270381B442b35
Octal2552721227070331045365
Binary101011011011101010100101110111000110111000100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA52; }

 p { color: rgb(173,186,82); }

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

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

 a { background-color: rgb(173,186,82); }

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

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

 span { border-color: rgb(173,186,82); }

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