#ACAB55

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

Shades of Olive Green #ACAB55

Tints of Olive Green #ACAB55

Color information

#ACAB55 (or 0xACAB55) is unknown color: approx Olive Green. HEX triplet: AC, AB and 55. RGB value is (172,171,85). Sum of RGB (Red+Green+Blue) = 172+171+85=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB55 is #5354AA. Grayscale: #A1A1A1. Windows color (decimal): -5461163 or 5614508. OLE color: 5614508.

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

Color convert

RGB17217185-
CMYK00.010.510.33
HSL59.31º34.39%50.39%-
HSV(B)59.31º50.58%67.45%-
XYZ33.2238.5514.29-
YUV161.584.83135.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 85 (33.59% from 255) = 19.86%
R=40.19%
G=39.95%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721718500.010.510.3359.3134.3950.39
HexACAB550133213b2232
Octal254253125016341734262
Binary1010110010101011101010101110011100001111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB55; }

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

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

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

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

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

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

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

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