#ADBA59

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

Shades of Celery #ADBA59

Tints of Celery #ADBA59

Color information

#ADBA59 (or 0xADBA59) is unknown color: approx Celery. HEX triplet: AD, BA and 59. RGB value is (173,186,89). Sum of RGB (Red+Green+Blue) = 173+186+89=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA59 is #5245A6. Grayscale: #ABABAB. Windows color (decimal): -5391783 or 5880493. OLE color: 5880493.

HSL color Cylindrical-coordinate representation of color #ADBA59: hue angle of 68.04º degrees, saturation: 0.41, 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 #ADBA59 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB17318689-
CMYK0.0700.520.27
HSL68.04º41.28%53.92%-
HSV(B)68.04º52.15%72.94%-
XYZ36.644.7216.15-
YUV171.0681.69129.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 89 (35.16% from 255) = 19.87%
R=38.62%
G=41.52%
B=19.87%

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
Decimal173186890.0700.520.2768.0441.2853.92
HexADBA5970341B442936
Octal2552721317064331045166
Binary101011011011101010110011110110100110111000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA59; }

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

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

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

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

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

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

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

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