#A8C776

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

Shades of Caper #A8C776

Tints of Caper #A8C776

Color information

#A8C776 (or 0xA8C776) is unknown color: approx Caper. HEX triplet: A8, C7 and 76. RGB value is (168,199,118). Sum of RGB (Red+Green+Blue) = 168+199+118=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C776 is #573889. Grayscale: #B4B4B4. Windows color (decimal): -5716106 or 7784360. OLE color: 7784360.

HSL color Cylindrical-coordinate representation of color #A8C776: hue angle of 82.96º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8C776 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB168199118-
CMYK0.1600.410.22
HSL82.96º41.97%62.16%-
HSV(B)82.96º40.7%78.04%-
XYZ39.8450.4824.78-
YUV180.592.73119.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=34.64%
G=41.03%
B=24.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681991180.1600.410.2282.9641.9762.16
HexA8C7761002916532a3e
Octal25030716620051261235276
Binary10101000110001111110110100000101001101101010011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C776; }

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

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

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

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

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

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

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

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