#A8CA76

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

Shades of Caper #A8CA76

Tints of Caper #A8CA76

Color information

#A8CA76 (or 0xA8CA76) is unknown color: approx Caper. HEX triplet: A8, CA and 76. RGB value is (168,202,118). Sum of RGB (Red+Green+Blue) = 168+202+118=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA76 is #573589. Grayscale: #B6B6B6. Windows color (decimal): -5715338 or 7785128. OLE color: 7785128.

HSL color Cylindrical-coordinate representation of color #A8CA76: hue angle of 84.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8CA76 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB168202118-
CMYK0.1700.420.21
HSL84.29º44.21%62.75%-
HSV(B)84.29º41.58%79.22%-
XYZ40.5451.8725.02-
YUV182.2691.74117.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.43%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=34.43%
G=41.39%
B=24.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021180.1700.420.2184.2944.2162.75
HexA8CA761102A15542c3f
Octal25031216621052251245477
Binary10101000110010101110110100010101010101011010100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CA76; }

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

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

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

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

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

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

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

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