#ACAB52

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

Shades of Olive Green #ACAB52

Tints of Olive Green #ACAB52

Color information

#ACAB52 (or 0xACAB52) is unknown color: approx Olive Green. HEX triplet: AC, AB and 52. RGB value is (172,171,82). Sum of RGB (Red+Green+Blue) = 172+171+82=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB52 is #5354AD. Grayscale: #A1A1A1. Windows color (decimal): -5461166 or 5417900. OLE color: 5417900.

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

Color convert

RGB17217182-
CMYK00.010.520.33
HSL59.33º35.43%49.8%-
HSV(B)59.33º52.33%67.45%-
XYZ33.138.5113.67-
YUV161.1583.33135.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=40.47%
G=40.24%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721718200.010.520.3359.3335.4349.8
HexACAB520134213b2332
Octal254253122016441734362
Binary1010110010101011101001001110100100001111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB52; }

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

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

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

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

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

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

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

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