#ADB649

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

Shades of Celery #ADB649

Tints of Celery #ADB649

Color information

#ADB649 (or 0xADB649) is unknown color: approx Celery. HEX triplet: AD, B6 and 49. RGB value is (173,182,73). Sum of RGB (Red+Green+Blue) = 173+182+73=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB649 is #5249B6. Grayscale: #A7A7A7. Windows color (decimal): -5392823 or 4830893. OLE color: 4830893.

HSL color Cylindrical-coordinate representation of color #ADB649: hue angle of 64.95º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADB649 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB17318273-
CMYK0.0500.600.29
HSL64.95º42.75%50%-
HSV(B)64.95º59.89%71.37%-
XYZ35.1642.8212.72-
YUV166.8875.02132.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 182 (71.48% from 255) = 42.52%
BLUE value IS 73 (28.91% from 255) = 17.06%
R=40.42%
G=42.52%
B=17.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182730.0500.600.2964.9542.7550
HexADB649503C1D412b32
Octal2552661115074351015362
Binary101011011011011010010011010111100111011000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB649; }

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

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

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

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

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

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

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

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