#ACB66D

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

Shades of Olive Green #ACB66D

Tints of Olive Green #ACB66D

Color information

#ACB66D (or 0xACB66D) is unknown color: approx Olive Green. HEX triplet: AC, B6 and 6D. RGB value is (172,182,109). Sum of RGB (Red+Green+Blue) = 172+182+109=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB66D is #534992. Grayscale: #AAAAAA. Windows color (decimal): -5458323 or 7190188. OLE color: 7190188.

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

Color convert

RGB172182109-
CMYK0.0500.400.29
HSL68.22º33.33%57.06%-
HSV(B)68.22º40.11%71.37%-
XYZ36.543.3320.91-
YUV170.6993.19128.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=37.15%
G=39.31%
B=23.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821090.0500.400.2968.2233.3357.06
HexACB66D50281D442139
Octal2542661555050351044171
Binary101011001011011011011011010101000111011000100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB66D; }

 p { color: rgb(172,182,109); }

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

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

 a { background-color: rgb(172,182,109); }

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

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

 span { border-color: rgb(172,182,109); }

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