#ACB76F

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

Shades of Caper #ACB76F

Tints of Caper #ACB76F

Color information

#ACB76F (or 0xACB76F) is unknown color: approx Caper. HEX triplet: AC, B7 and 6F. RGB value is (172,183,111). Sum of RGB (Red+Green+Blue) = 172+183+111=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB76F is #534890. Grayscale: #ABABAB. Windows color (decimal): -5458065 or 7321516. OLE color: 7321516.

HSL color Cylindrical-coordinate representation of color #ACB76F: hue angle of 69.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB76F is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB172183111-
CMYK0.0600.390.28
HSL69.17º33.33%57.65%-
HSV(B)69.17º39.34%71.76%-
XYZ36.8243.7921.55-
YUV171.593.86128.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=36.91%
G=39.27%
B=23.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831110.0600.390.2869.1733.3357.65
HexACB76F60271C45213a
Octal2542671576047341054172
Binary101011001011011111011111100100111111001000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB76F; }

 p { color: rgb(172,183,111); }

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

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

 a { background-color: rgb(172,183,111); }

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

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

 span { border-color: rgb(172,183,111); }

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