#A2B04D

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

Shades of Celery #A2B04D

Tints of Celery #A2B04D

Color information

#A2B04D (or 0xA2B04D) is unknown color: approx Celery. HEX triplet: A2, B0 and 4D. RGB value is (162,176,77). Sum of RGB (Red+Green+Blue) = 162+176+77=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B04D is #5D4FB2. Grayscale: #A0A0A0. Windows color (decimal): -6115251 or 5091490. OLE color: 5091490.

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

Color convert

RGB16217677-
CMYK0.0800.560.31
HSL68.48º39.13%49.61%-
HSV(B)68.48º56.25%69.02%-
XYZ31.7739.2712.93-
YUV160.5380.86129.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=39.04%
G=42.41%
B=18.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176770.0800.560.3168.4839.1349.61
HexA2B04D80381F442732
Octal24226011510070371044762
Binary1010001010110000100110110000111000111111000100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B04D; }

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

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

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

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

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

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

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

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