#ACC56D

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

Shades of Caper #ACC56D

Tints of Caper #ACC56D

Color information

#ACC56D (or 0xACC56D) is unknown color: approx Caper. HEX triplet: AC, C5 and 6D. RGB value is (172,197,109). Sum of RGB (Red+Green+Blue) = 172+197+109=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC56D is #533A92. Grayscale: #B3B3B3. Windows color (decimal): -5454483 or 7194028. OLE color: 7194028.

HSL color Cylindrical-coordinate representation of color #ACC56D: hue angle of 77.05º 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 #ACC56D is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB172197109-
CMYK0.1300.450.23
HSL77.05º43.14%60%-
HSV(B)77.05º44.67%77.25%-
XYZ39.7449.8121.99-
YUV179.4988.22122.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=35.98%
G=41.21%
B=22.80%

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
Decimal1721971090.1300.450.2377.0543.1460
HexACC56DD02D174d2b3c
Octal25430515515055271155374
Binary1010110011000101110110111010101101101111001101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC56D; }

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

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

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

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

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

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

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

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