#ACB86D

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

Shades of Olive Green #ACB86D

Tints of Olive Green #ACB86D

Color information

#ACB86D (or 0xACB86D) is unknown color: approx Olive Green. HEX triplet: AC, B8 and 6D. RGB value is (172,184,109). Sum of RGB (Red+Green+Blue) = 172+184+109=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB86D is #534792. Grayscale: #ACACAC. Windows color (decimal): -5457811 or 7190700. OLE color: 7190700.

HSL color Cylindrical-coordinate representation of color #ACB86D: hue angle of 69.6º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACB86D is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB172184109-
CMYK0.0700.410.28
HSL69.6º34.56%57.45%-
HSV(B)69.6º40.76%72.16%-
XYZ36.9144.1621.05-
YUV171.8692.52128.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 184 (72.27% from 255) = 39.57%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=36.99%
G=39.57%
B=23.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841090.0700.410.2869.634.5657.45
HexACB86D70291C462339
Octal2542701557051341064371
Binary101011001011100011011011110101001111001000110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB86D; }

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

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

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

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

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

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

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

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