#ACAB65

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

Shades of Olive Green #ACAB65

Tints of Olive Green #ACAB65

Color information

#ACAB65 (or 0xACAB65) is unknown color: approx Olive Green. HEX triplet: AC, AB and 65. RGB value is (172,171,101). Sum of RGB (Red+Green+Blue) = 172+171+101=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB65 is #53549A. Grayscale: #A3A3A3. Windows color (decimal): -5461147 or 6663084. OLE color: 6663084.

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

Color convert

RGB172171101-
CMYK00.010.410.33
HSL59.15º29.96%53.53%-
HSV(B)59.15º41.28%67.45%-
XYZ33.9338.8418.02-
YUV163.3292.83134.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=38.74%
G=38.51%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217110100.010.410.3359.1529.9653.53
HexACAB650129213b1e36
Octal254253145015141733666
Binary101011001010101111001010110100110000111101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB65; }

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

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

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

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

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

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

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

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