#ACC76C

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

Shades of Caper #ACC76C

Tints of Caper #ACC76C

Color information

#ACC76C (or 0xACC76C) is unknown color: approx Caper. HEX triplet: AC, C7 and 6C. RGB value is (172,199,108). Sum of RGB (Red+Green+Blue) = 172+199+108=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC76C is #533893. Grayscale: #B4B4B4. Windows color (decimal): -5453972 or 7129004. OLE color: 7129004.

HSL color Cylindrical-coordinate representation of color #ACC76C: hue angle of 77.8º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACC76C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB172199108-
CMYK0.1400.460.22
HSL77.8º44.83%60.2%-
HSV(B)77.8º45.73%78.04%-
XYZ40.1450.721.86-
YUV180.5587.05121.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 199 (78.12% from 255) = 41.54%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=35.91%
G=41.54%
B=22.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991080.1400.460.2277.844.8360.2
HexACC76CE02E164e2d3c
Octal25430715416056261165574
Binary1010110011000111110110011100101110101101001110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC76C; }

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

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

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

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

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

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

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

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