#A2B24D

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

Shades of Celery #A2B24D

Tints of Celery #A2B24D

Color information

#A2B24D (or 0xA2B24D) is unknown color: approx Celery. HEX triplet: A2, B2 and 4D. RGB value is (162,178,77). Sum of RGB (Red+Green+Blue) = 162+178+77=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B24D is #5D4DB2. Grayscale: #A2A2A2. Windows color (decimal): -6114739 or 5092002. OLE color: 5092002.

HSL color Cylindrical-coordinate representation of color #A2B24D: hue angle of 69.5º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2B24D is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB16217877-
CMYK0.0900.570.30
HSL69.5º39.61%50%-
HSV(B)69.5º56.74%69.8%-
XYZ32.1640.0613.06-
YUV161.780.2128.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 178 (69.92% from 255) = 42.69%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=38.85%
G=42.69%
B=18.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162178770.0900.570.3069.539.6150
HexA2B24D90391E462832
Octal24226211511071361065062
Binary1010001010110010100110110010111001111101000110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B24D; }

 p { color: rgb(162,178,77); }

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

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

 a { background-color: rgb(162,178,77); }

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

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

 span { border-color: rgb(162,178,77); }

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