#ACB164

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

Shades of Olive Green #ACB164

Tints of Olive Green #ACB164

Color information

#ACB164 (or 0xACB164) is unknown color: approx Olive Green. HEX triplet: AC, B1 and 64. RGB value is (172,177,100). Sum of RGB (Red+Green+Blue) = 172+177+100=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB164 is #534E9B. Grayscale: #A7A7A7. Windows color (decimal): -5459612 or 6599084. OLE color: 6599084.

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

Color convert

RGB172177100-
CMYK0.0300.440.31
HSL63.9º33.05%54.31%-
HSV(B)63.9º43.5%69.41%-
XYZ35.0441.1418.15-
YUV166.7390.34131.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 177 (69.53% from 255) = 39.42%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=38.31%
G=39.42%
B=22.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771000.0300.440.3163.933.0554.31
HexACB164302C1F402136
Octal2542611443054371004166
Binary10101100101100011100100110101100111111000000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB164; }

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

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

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

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

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

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

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

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