#A2AB49

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

Shades of Celery #A2AB49

Tints of Celery #A2AB49

Color information

#A2AB49 (or 0xA2AB49) is unknown color: approx Celery. HEX triplet: A2, AB and 49. RGB value is (162,171,73). Sum of RGB (Red+Green+Blue) = 162+171+73=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB49 is #5D54B6. Grayscale: #9D9D9D. Windows color (decimal): -6116535 or 4828066. OLE color: 4828066.

HSL color Cylindrical-coordinate representation of color #A2AB49: hue angle of 65.51º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2AB49 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB16217173-
CMYK0.0500.570.33
HSL65.51º40.16%47.84%-
HSV(B)65.51º57.31%67.06%-
XYZ30.6737.2911.88-
YUV157.1480.52131.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=39.90%
G=42.12%
B=17.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162171730.0500.570.3365.5140.1647.84
HexA2AB49503921422830
Octal2422531115071411025060
Binary1010001010101011100100110101110011000011000010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB49; }

 p { color: rgb(162,171,73); }

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

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

 a { background-color: rgb(162,171,73); }

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

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

 span { border-color: rgb(162,171,73); }

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