#ACC76A

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

Shades of Caper #ACC76A

Tints of Caper #ACC76A

Color information

#ACC76A (or 0xACC76A) is unknown color: approx Caper. HEX triplet: AC, C7 and 6A. RGB value is (172,199,106). Sum of RGB (Red+Green+Blue) = 172+199+106=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC76A is #533895. Grayscale: #B4B4B4. Windows color (decimal): -5453974 or 6997932. OLE color: 6997932.

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

Color convert

RGB172199106-
CMYK0.1400.470.22
HSL77.42º45.37%59.8%-
HSV(B)77.42º46.73%78.04%-
XYZ40.0450.6621.3-
YUV180.3286.05122.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 199 (78.12% from 255) = 41.72%
BLUE value IS 106 (41.80% from 255) = 22.22%
R=36.06%
G=41.72%
B=22.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991060.1400.470.2277.4245.3759.8
HexACC76AE02F164d2d3c
Octal25430715216057261155574
Binary1010110011000111110101011100101111101101001101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC76A; }

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

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

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

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

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

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

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

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