#ACA22C

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

Shades of Earls Green #ACA22C

Tints of Earls Green #ACA22C

Color information

#ACA22C (or 0xACA22C) is unknown color: approx Earls Green. HEX triplet: AC, A2 and 2C. RGB value is (172,162,44). Sum of RGB (Red+Green+Blue) = 172+162+44=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA22C is #535DD3. Grayscale: #989898. Windows color (decimal): -5463508 or 2925228. OLE color: 2925228.

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

Color convert

RGB17216244-
CMYK00.060.740.33
HSL55.31º59.26%42.35%-
HSV(B)55.31º74.42%67.45%-
XYZ30.3934.797.5-
YUV151.5467.31142.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 44 (17.58% from 255) = 11.64%
R=45.50%
G=42.86%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721624400.060.740.3355.3159.2642.35
HexACA22C064A21373b2a
Octal254242540611241677352
Binary101011001010001010110001101001010100001110111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA22C; }

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

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

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

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

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

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

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

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