#ACC56A

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

Shades of Caper #ACC56A

Tints of Caper #ACC56A

Color information

#ACC56A (or 0xACC56A) is unknown color: approx Caper. HEX triplet: AC, C5 and 6A. RGB value is (172,197,106). Sum of RGB (Red+Green+Blue) = 172+197+106=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC56A is #533A95. Grayscale: #B3B3B3. Windows color (decimal): -5454486 or 6997420. OLE color: 6997420.

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

Color convert

RGB172197106-
CMYK0.1300.460.23
HSL76.48º43.96%59.41%-
HSV(B)76.48º46.19%77.25%-
XYZ39.5849.7421.15-
YUV179.1586.72122.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=36.21%
G=41.47%
B=22.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971060.1300.460.2376.4843.9659.41
HexACC56AD02E174c2c3b
Octal25430515215056271145473
Binary1010110011000101110101011010101110101111001100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC56A; }

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

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

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

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

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

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

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

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