#ACAB63

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

Shades of Olive Green #ACAB63

Tints of Olive Green #ACAB63

Color information

#ACAB63 (or 0xACAB63) is unknown color: approx Olive Green. HEX triplet: AC, AB and 63. RGB value is (172,171,99). Sum of RGB (Red+Green+Blue) = 172+171+99=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB63 is #53549C. Grayscale: #A3A3A3. Windows color (decimal): -5461149 or 6532012. OLE color: 6532012.

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

Color convert

RGB17217199-
CMYK00.010.420.33
HSL59.18º30.54%53.14%-
HSV(B)59.18º42.44%67.45%-
XYZ33.8338.817.51-
YUV163.0991.83134.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 99 (39.06% from 255) = 22.40%
R=38.91%
G=38.69%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721719900.010.420.3359.1830.5453.14
HexACAB63012A213b1f35
Octal254253143015241733765
Binary101011001010101111000110110101010000111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB63; }

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

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

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

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

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

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

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

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