#ACA22E

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

Shades of Earls Green #ACA22E

Tints of Earls Green #ACA22E

Color information

#ACA22E (or 0xACA22E) is unknown color: approx Earls Green. HEX triplet: AC, A2 and 2E. RGB value is (172,162,46). Sum of RGB (Red+Green+Blue) = 172+162+46=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA22E is #535DD1. Grayscale: #989898. Windows color (decimal): -5463506 or 3056300. OLE color: 3056300.

HSL color Cylindrical-coordinate representation of color #ACA22E: hue angle of 55.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACA22E is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17216246-
CMYK00.060.730.33
HSL55.24º57.8%42.75%-
HSV(B)55.24º73.26%67.45%-
XYZ30.4334.817.7-
YUV151.7768.31142.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 46 (18.36% from 255) = 12.11%
R=45.26%
G=42.63%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721624600.060.730.3355.2457.842.75
HexACA22E064921373a2b
Octal254242560611141677253
Binary101011001010001010111001101001001100001110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA22E; }

 p { color: rgb(172,162,46); }

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

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

 a { background-color: rgb(172,162,46); }

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

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

 span { border-color: rgb(172,162,46); }

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