#ACAB51

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

Shades of Olive Green #ACAB51

Tints of Olive Green #ACAB51

Color information

#ACAB51 (or 0xACAB51) is unknown color: approx Olive Green. HEX triplet: AC, AB and 51. RGB value is (172,171,81). Sum of RGB (Red+Green+Blue) = 172+171+81=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB51 is #5354AE. Grayscale: #A1A1A1. Windows color (decimal): -5461167 or 5352364. OLE color: 5352364.

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

Color convert

RGB17217181-
CMYK00.010.530.33
HSL59.34º35.97%49.61%-
HSV(B)59.34º52.91%67.45%-
XYZ33.0638.4913.47-
YUV161.0482.83135.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 81 (32.03% from 255) = 19.10%
R=40.57%
G=40.33%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721718100.010.530.3359.3435.9749.61
HexACAB510135213b2432
Octal254253121016541734462
Binary1010110010101011101000101110101100001111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB51; }

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

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

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

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

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

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

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

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