#ACC56C

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

Shades of Caper #ACC56C

Tints of Caper #ACC56C

Color information

#ACC56C (or 0xACC56C) is unknown color: approx Caper. HEX triplet: AC, C5 and 6C. RGB value is (172,197,108). Sum of RGB (Red+Green+Blue) = 172+197+108=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC56C is #533A93. Grayscale: #B3B3B3. Windows color (decimal): -5454484 or 7128492. OLE color: 7128492.

HSL color Cylindrical-coordinate representation of color #ACC56C: hue angle of 76.85º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC56C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB172197108-
CMYK0.1300.450.23
HSL76.85º43.41%59.8%-
HSV(B)76.85º45.18%77.25%-
XYZ39.6949.7921.71-
YUV179.3887.72122.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=36.06%
G=41.30%
B=22.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971080.1300.450.2376.8543.4159.8
HexACC56CD02D174d2b3c
Octal25430515415055271155374
Binary1010110011000101110110011010101101101111001101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC56C; }

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

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

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

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

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

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

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

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