#A8C576

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

Shades of Caper #A8C576

Tints of Caper #A8C576

Color information

#A8C576 (or 0xA8C576) is unknown color: approx Caper. HEX triplet: A8, C5 and 76. RGB value is (168,197,118). Sum of RGB (Red+Green+Blue) = 168+197+118=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C576 is #573A89. Grayscale: #B3B3B3. Windows color (decimal): -5716618 or 7783848. OLE color: 7783848.

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

Color convert

RGB168197118-
CMYK0.1500.400.23
HSL82.03º40.51%61.76%-
HSV(B)82.03º40.1%77.25%-
XYZ39.3849.5724.63-
YUV179.3293.39119.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 197 (77.34% from 255) = 40.79%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=34.78%
G=40.79%
B=24.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681971180.1500.400.2382.0340.5161.76
HexA8C576F0281752293e
Octal25030516617050271225176
Binary1010100011000101111011011110101000101111010010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C576; }

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

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

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

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

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

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

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

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