#ACAB61

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

Shades of Olive Green #ACAB61

Tints of Olive Green #ACAB61

Color information

#ACAB61 (or 0xACAB61) is unknown color: approx Olive Green. HEX triplet: AC, AB and 61. RGB value is (172,171,97). Sum of RGB (Red+Green+Blue) = 172+171+97=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB61 is #53549E. Grayscale: #A3A3A3. Windows color (decimal): -5461151 or 6400940. OLE color: 6400940.

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

Color convert

RGB17217197-
CMYK00.010.440.33
HSL59.2º31.12%52.75%-
HSV(B)59.2º43.6%67.45%-
XYZ33.7338.7617.01-
YUV162.8690.83134.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=39.09%
G=38.86%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721719700.010.440.3359.231.1252.75
HexACAB61012C213b1f35
Octal254253141015441733765
Binary101011001010101111000010110110010000111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB61; }

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

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

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

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

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

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

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

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