#ACAB31

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

Shades of Earls Green #ACAB31

Tints of Earls Green #ACAB31

Color information

#ACAB31 (or 0xACAB31) is unknown color: approx Earls Green. HEX triplet: AC, AB and 31. RGB value is (172,171,49). Sum of RGB (Red+Green+Blue) = 172+171+49=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB31 is #5354CE. Grayscale: #9D9D9D. Windows color (decimal): -5461199 or 3255212. OLE color: 3255212.

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

Color convert

RGB17217149-
CMYK00.010.720.33
HSL59.51º55.66%43.33%-
HSV(B)59.51º71.51%67.45%-
XYZ32.1338.128.57-
YUV157.3966.83138.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 49 (19.53% from 255) = 12.5%
R=43.88%
G=43.62%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721714900.010.720.3359.5155.6643.33
HexACAB310148213c382b
Octal254253610111041747053
Binary1010110010101011110001011001000100001111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB31; }

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

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

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

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

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

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

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

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