#A2B049

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

Shades of Celery #A2B049

Tints of Celery #A2B049

Color information

#A2B049 (or 0xA2B049) is unknown color: approx Celery. HEX triplet: A2, B0 and 49. RGB value is (162,176,73). Sum of RGB (Red+Green+Blue) = 162+176+73=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B049 is #5D4FB6. Grayscale: #A0A0A0. Windows color (decimal): -6115255 or 4829346. OLE color: 4829346.

HSL color Cylindrical-coordinate representation of color #A2B049: hue angle of 68.16º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2B049 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB16217673-
CMYK0.0800.590.31
HSL68.16º41.37%48.82%-
HSV(B)68.16º58.52%69.02%-
XYZ31.6339.2112.21-
YUV160.0778.86129.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 73 (28.91% from 255) = 17.76%
R=39.42%
G=42.82%
B=17.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176730.0800.590.3168.1641.3748.82
HexA2B049803B1F442931
Octal24226011110073371045161
Binary1010001010110000100100110000111011111111000100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B049; }

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

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

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

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

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

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

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

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