#ACB162

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

Shades of Olive Green #ACB162

Tints of Olive Green #ACB162

Color information

#ACB162 (or 0xACB162) is unknown color: approx Olive Green. HEX triplet: AC, B1 and 62. RGB value is (172,177,98). Sum of RGB (Red+Green+Blue) = 172+177+98=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB162 is #534E9D. Grayscale: #A6A6A6. Windows color (decimal): -5459614 or 6468012. OLE color: 6468012.

HSL color Cylindrical-coordinate representation of color #ACB162: hue angle of 63.8º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACB162 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17217798-
CMYK0.0300.450.31
HSL63.8º33.62%53.92%-
HSV(B)63.8º44.63%69.41%-
XYZ34.9441.117.65-
YUV166.589.34131.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=38.48%
G=39.60%
B=21.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177980.0300.450.3163.833.6253.92
HexACB162302D1F402236
Octal2542611423055371004266
Binary10101100101100011100010110101101111111000000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB162; }

 p { color: rgb(172,177,98); }

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

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

 a { background-color: rgb(172,177,98); }

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

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

 span { border-color: rgb(172,177,98); }

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