#ACC576

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

Shades of Caper #ACC576

Tints of Caper #ACC576

Color information

#ACC576 (or 0xACC576) is unknown color: approx Caper. HEX triplet: AC, C5 and 76. RGB value is (172,197,118). Sum of RGB (Red+Green+Blue) = 172+197+118=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC576 is #533A89. Grayscale: #B4B4B4. Windows color (decimal): -5454474 or 7783852. OLE color: 7783852.

HSL color Cylindrical-coordinate representation of color #ACC576: hue angle of 78.99º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACC576 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB172197118-
CMYK0.1300.400.23
HSL78.99º40.51%61.76%-
HSV(B)78.99º40.1%77.25%-
XYZ40.2550.0124.67-
YUV180.5292.72121.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 197 (77.34% from 255) = 40.45%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=35.32%
G=40.45%
B=24.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971180.1300.400.2378.9940.5161.76
HexACC576D028174f293e
Octal25430516615050271175176
Binary1010110011000101111011011010101000101111001111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC576; }

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

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

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

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

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

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

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

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