#ACAB69

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

Shades of Olive Green #ACAB69

Tints of Olive Green #ACAB69

Color information

#ACAB69 (or 0xACAB69) is unknown color: approx Olive Green. HEX triplet: AC, AB and 69. RGB value is (172,171,105). Sum of RGB (Red+Green+Blue) = 172+171+105=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB69 is #535496. Grayscale: #A4A4A4. Windows color (decimal): -5461143 or 6925228. OLE color: 6925228.

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

Color convert

RGB172171105-
CMYK00.010.390.33
HSL59.1º28.76%54.31%-
HSV(B)59.1º38.95%67.45%-
XYZ34.1338.9219.08-
YUV163.7894.83133.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=38.39%
G=38.17%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217110500.010.390.3359.128.7654.31
HexACAB690127213b1d36
Octal254253151014741733566
Binary101011001010101111010010110011110000111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB69; }

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

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

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

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

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

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

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

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