#ACB466

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

Shades of Olive Green #ACB466

Tints of Olive Green #ACB466

Color information

#ACB466 (or 0xACB466) is unknown color: approx Olive Green. HEX triplet: AC, B4 and 66. RGB value is (172,180,102). Sum of RGB (Red+Green+Blue) = 172+180+102=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB466 is #534B99. Grayscale: #A9A9A9. Windows color (decimal): -5458842 or 6730924. OLE color: 6730924.

HSL color Cylindrical-coordinate representation of color #ACB466: hue angle of 66.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACB466 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB172180102-
CMYK0.0400.430.29
HSL66.15º34.21%55.29%-
HSV(B)66.15º43.33%70.59%-
XYZ35.7342.3718.87-
YUV168.7290.35130.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 102 (40.23% from 255) = 22.47%
R=37.89%
G=39.65%
B=22.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801020.0400.430.2966.1534.2155.29
HexACB466402B1D422237
Octal2542641464053351024267
Binary101011001011010011001101000101011111011000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB466; }

 p { color: rgb(172,180,102); }

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

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

 a { background-color: rgb(172,180,102); }

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

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

 span { border-color: rgb(172,180,102); }

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