#ACB16C

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

Shades of Olive Green #ACB16C

Tints of Olive Green #ACB16C

Color information

#ACB16C (or 0xACB16C) is unknown color: approx Olive Green. HEX triplet: AC, B1 and 6C. RGB value is (172,177,108). Sum of RGB (Red+Green+Blue) = 172+177+108=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB16C is #534E93. Grayscale: #A7A7A7. Windows color (decimal): -5459604 or 7123372. OLE color: 7123372.

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

Color convert

RGB172177108-
CMYK0.0300.390.31
HSL64.35º30.67%55.88%-
HSV(B)64.35º38.98%69.41%-
XYZ35.4441.320.29-
YUV167.6494.34131.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 177 (69.53% from 255) = 38.73%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=37.64%
G=38.73%
B=23.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771080.0300.390.3164.3530.6755.88
HexACB16C30271F401f38
Octal2542611543047371003770
Binary1010110010110001110110011010011111111100000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB16C; }

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

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

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

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

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

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

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

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