#ACA22B

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

Shades of Earls Green #ACA22B

Tints of Earls Green #ACA22B

Color information

#ACA22B (or 0xACA22B) is unknown color: approx Earls Green. HEX triplet: AC, A2 and 2B. RGB value is (172,162,43). Sum of RGB (Red+Green+Blue) = 172+162+43=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA22B is #535DD4. Grayscale: #979797. Windows color (decimal): -5463509 or 2859692. OLE color: 2859692.

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

Color convert

RGB17216243-
CMYK00.060.750.33
HSL55.35º60%42.16%-
HSV(B)55.35º75%67.45%-
XYZ30.3734.797.4-
YUV151.4266.81142.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 43 (17.19% from 255) = 11.41%
R=45.62%
G=42.97%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721624300.060.750.3355.356042.16
HexACA22B064B21373c2a
Octal254242530611341677452
Binary101011001010001010101101101001011100001110111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA22B; }

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

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

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

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

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

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

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

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