#ACAB26

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

Shades of Earls Green #ACAB26

Tints of Earls Green #ACAB26

Color information

#ACAB26 (or 0xACAB26) is unknown color: approx Earls Green. HEX triplet: AC, AB and 26. RGB value is (172,171,38). Sum of RGB (Red+Green+Blue) = 172+171+38=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB26 is #5354D9. Grayscale: #9C9C9C. Windows color (decimal): -5461210 or 2534316. OLE color: 2534316.

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

Color convert

RGB17217138-
CMYK00.010.780.33
HSL59.55º63.81%41.18%-
HSV(B)59.55º77.91%67.45%-
XYZ31.9338.047.49-
YUV156.1461.33139.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 38 (15.23% from 255) = 9.97%
R=45.14%
G=44.88%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721713800.010.780.3359.5563.8141.18
HexACAB26014E213c4029
Octal2542534601116417410051
Binary10101100101010111001100110011101000011111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB26; }

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

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

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

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

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

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

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

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