#ADBA49

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

Shades of Celery #ADBA49

Tints of Celery #ADBA49

Color information

#ADBA49 (or 0xADBA49) is unknown color: approx Celery. HEX triplet: AD, BA and 49. RGB value is (173,186,73). Sum of RGB (Red+Green+Blue) = 173+186+73=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA49 is #5245B6. Grayscale: #A9A9A9. Windows color (decimal): -5391799 or 4831917. OLE color: 4831917.

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

Color convert

RGB17318673-
CMYK0.0700.610.27
HSL66.9º45.02%50.78%-
HSV(B)66.9º60.75%72.94%-
XYZ3644.4812.99-
YUV169.2373.69130.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 73 (28.91% from 255) = 16.90%
R=40.05%
G=43.06%
B=16.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173186730.0700.610.2766.945.0250.78
HexADBA49703D1B432d33
Octal2552721117075331035563
Binary101011011011101010010011110111101110111000011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA49; }

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

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

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

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

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

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

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

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