Shades of Caper #A8C976
Tints of Caper #A8C976
RGB
CMYK
RGB Variations
Color information
#A8C976 (or 0xA8C976) is known color: Caper. HEX triplet: A8, C9 and 76. RGB value is (168,201,118). Sum of RGB (Red+Green+Blue) = 168+201+118=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C976 is #573689. Grayscale: #B5B5B5. Windows color (decimal): -5715594 or 7784872. OLE color: 7784872.
HSL color Cylindrical-coordinate representation of color #A8C976: hue angle of 83.86º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8C976 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 118 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.21 |
| HSL | 83.86º | 0.43% | 0.63% | - |
| HSV(B) | 83.86º | 0.41% | 0.79% | - |
| XYZ | 40.31 | 51.41 | 24.94 | - |
| YUV | 181.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 118 | 0.16 | 0 | 0.41 | 0.21 | 83.86 | 0.43 | 0.63 |
| Hex | A8 | C9 | 76 | 10 | 0 | 29 | 15 | 54 | 2B | 3F |
| Octal | 250 | 311 | 166 | 20 | 0 | 51 | 25 | 124 | 53 | 77 |
| Binary | 10101000 | 11001001 | 1110110 | 10000 | 0 | 101001 | 10101 | 1010100 | 101011 | 111111 |
Color Harmonies of #A8C976
Complementary color
Monochromatic Colors of #A8C976
Black with #A8C976
Text Example
Text Example
White with #A8C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C976; }
p { color: rgb(168,201,118); }
H1.HeaderClassName
{
color: #A8C976;
}
.AnyTagClassName
{
color: #A8C976;
}
</style>
background-color css
<style>
a { background-color: #A8C976; }
a { background-color: rgb(168,201,118); }
div.DivClassName
{
background-color: #A8C976;
}
.BgClassName
{
background-color: #A8C976;
}
</style>
border-color css
<style>
span { border-color: #A8C976; }
span { border-color: rgb(168,201,118); }
td.TdClassName
{
border-color: #A8C976;
}
.TagClassName
{
border-color: #A8C976;
}
</style>