Shades of Caper #A9C276
Tints of Caper #A9C276
RGB
CMYK
RGB Variations
Color information
#A9C276 (or 0xA9C276) is known color: Caper. HEX triplet: A9, C2 and 76. RGB value is (169,194,118). Sum of RGB (Red+Green+Blue) = 169+194+118=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C276 is #563D89. Grayscale: #B2B2B2. Windows color (decimal): -5651850 or 7783081. OLE color: 7783081.
HSL color Cylindrical-coordinate representation of color #A9C276: hue angle of 79.74º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9C276 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 194 | 118 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.24 |
| HSL | 79.74º | 0.38% | 0.61% | - |
| HSV(B) | 79.74º | 0.39% | 0.76% | - |
| XYZ | 38.92 | 48.33 | 24.42 | - |
| YUV | 177.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 118 | 0.13 | 0 | 0.39 | 0.24 | 79.74 | 0.38 | 0.61 |
| Hex | A9 | C2 | 76 | D | 0 | 27 | 18 | 50 | 26 | 3D |
| Octal | 251 | 302 | 166 | 15 | 0 | 47 | 30 | 120 | 46 | 75 |
| Binary | 10101001 | 11000010 | 1110110 | 1101 | 0 | 100111 | 11000 | 1010000 | 100110 | 111101 |
Color Harmonies of #A9C276
Complementary color
Monochromatic Colors of #A9C276
Black with #A9C276
Text Example
Text Example
White with #A9C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C276; }
p { color: rgb(169,194,118); }
H1.HeaderClassName
{
color: #A9C276;
}
.AnyTagClassName
{
color: #A9C276;
}
</style>
background-color css
<style>
a { background-color: #A9C276; }
a { background-color: rgb(169,194,118); }
div.DivClassName
{
background-color: #A9C276;
}
.BgClassName
{
background-color: #A9C276;
}
</style>
border-color css
<style>
span { border-color: #A9C276; }
span { border-color: rgb(169,194,118); }
td.TdClassName
{
border-color: #A9C276;
}
.TagClassName
{
border-color: #A9C276;
}
</style>