#ACAB27

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

Shades of Earls Green #ACAB27

Tints of Earls Green #ACAB27

Color information

#ACAB27 (or 0xACAB27) is unknown color: approx Earls Green. HEX triplet: AC, AB and 27. RGB value is (172,171,39). Sum of RGB (Red+Green+Blue) = 172+171+39=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB27 is #5354D8. Grayscale: #9C9C9C. Windows color (decimal): -5461209 or 2599852. OLE color: 2599852.

HSL color Cylindrical-coordinate representation of color #ACAB27: hue angle of 59.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACAB27 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17217139-
CMYK00.010.770.33
HSL59.55º63.03%41.37%-
HSV(B)59.55º77.33%67.45%-
XYZ31.9438.047.58-
YUV156.2561.83139.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 171 (67.19% from 255) = 44.76%
BLUE value IS 39 (15.62% from 255) = 10.21%
R=45.03%
G=44.76%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721713900.010.770.3359.5563.0341.37
HexACAB27014D213c3f29
Octal254253470111541747751
Binary1010110010101011100111011001101100001111100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB27; }

 p { color: rgb(172,171,39); }

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

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

 a { background-color: rgb(172,171,39); }

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

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

 span { border-color: rgb(172,171,39); }

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