#ACAB62

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

Shades of Olive Green #ACAB62

Tints of Olive Green #ACAB62

Color information

#ACAB62 (or 0xACAB62) is unknown color: approx Olive Green. HEX triplet: AC, AB and 62. RGB value is (172,171,98). Sum of RGB (Red+Green+Blue) = 172+171+98=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB62 is #53549D. Grayscale: #A3A3A3. Windows color (decimal): -5461150 or 6466476. OLE color: 6466476.

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

Color convert

RGB17217198-
CMYK00.010.430.33
HSL59.19º30.83%52.94%-
HSV(B)59.19º43.02%67.45%-
XYZ33.7838.7817.26-
YUV162.9891.33134.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=39.00%
G=38.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721719800.010.430.3359.1930.8352.94
HexACAB62012B213b1f35
Octal254253142015341733765
Binary101011001010101111000100110101110000111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB62; }

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

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

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

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

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

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

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

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