#ACB56E

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

Shades of Olive Green #ACB56E

Tints of Olive Green #ACB56E

Color information

#ACB56E (or 0xACB56E) is unknown color: approx Olive Green. HEX triplet: AC, B5 and 6E. RGB value is (172,181,110). Sum of RGB (Red+Green+Blue) = 172+181+110=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB56E is #534A91. Grayscale: #AAAAAA. Windows color (decimal): -5458578 or 7255468. OLE color: 7255468.

HSL color Cylindrical-coordinate representation of color #ACB56E: hue angle of 67.61º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB56E is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB172181110-
CMYK0.0500.390.29
HSL67.61º32.42%57.06%-
HSV(B)67.61º39.23%70.98%-
XYZ36.3542.9421.12-
YUV170.2294.02129.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=37.15%
G=39.09%
B=23.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811100.0500.390.2967.6132.4257.06
HexACB56E50271D442039
Octal2542651565047351044071
Binary101011001011010111011101010100111111011000100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB56E; }

 p { color: rgb(172,181,110); }

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

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

 a { background-color: rgb(172,181,110); }

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

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

 span { border-color: rgb(172,181,110); }

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