#A2AE4C

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

Shades of Celery #A2AE4C

Tints of Celery #A2AE4C

Color information

#A2AE4C (or 0xA2AE4C) is unknown color: approx Celery. HEX triplet: A2, AE and 4C. RGB value is (162,174,76). Sum of RGB (Red+Green+Blue) = 162+174+76=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AE4C is #5D51B3. Grayscale: #9F9F9F. Windows color (decimal): -6115764 or 5025442. OLE color: 5025442.

HSL color Cylindrical-coordinate representation of color #A2AE4C: hue angle of 67.35º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2AE4C is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB16217476-
CMYK0.0700.560.32
HSL67.35º39.2%49.02%-
HSV(B)67.35º56.32%68.24%-
XYZ31.3438.4812.61-
YUV159.2481.02129.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=39.32%
G=42.23%
B=18.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162174760.0700.560.3267.3539.249.02
HexA2AE4C703820432731
Octal2422561147070401034761
Binary1010001010101110100110011101110001000001000011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE4C; }

 p { color: rgb(162,174,76); }

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

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

 a { background-color: rgb(162,174,76); }

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

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

 span { border-color: rgb(162,174,76); }

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