#ACB36D

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

Shades of Olive Green #ACB36D

Tints of Olive Green #ACB36D

Color information

#ACB36D (or 0xACB36D) is unknown color: approx Olive Green. HEX triplet: AC, B3 and 6D. RGB value is (172,179,109). Sum of RGB (Red+Green+Blue) = 172+179+109=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB36D is #534C92. Grayscale: #A9A9A9. Windows color (decimal): -5459091 or 7189420. OLE color: 7189420.

HSL color Cylindrical-coordinate representation of color #ACB36D: hue angle of 66º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB36D is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB172179109-
CMYK0.0400.390.30
HSL66º31.53%56.47%-
HSV(B)66º39.11%70.2%-
XYZ35.8942.1120.71-
YUV168.9394.18130.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=37.39%
G=38.91%
B=23.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791090.0400.390.306631.5356.47
HexACB36D40271E422038
Octal2542631554047361024070
Binary101011001011001111011011000100111111101000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB36D; }

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

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

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

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

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

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

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

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