Shades of Caper #A9C977
Tints of Caper #A9C977
RGB
CMYK
RGB Variations
Color information
#A9C977 (or 0xA9C977) is known color: Caper. HEX triplet: A9, C9 and 77. RGB value is (169,201,119). Sum of RGB (Red+Green+Blue) = 169+201+119=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C977 is #563688. Grayscale: #B6B6B6. Windows color (decimal): -5650057 or 7850409. OLE color: 7850409.
HSL color Cylindrical-coordinate representation of color #A9C977: hue angle of 83.41º 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 #A9C977 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 119 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.21 |
| HSL | 83.41º | 0.43% | 0.63% | - |
| HSV(B) | 83.41º | 0.41% | 0.79% | - |
| XYZ | 40.58 | 51.54 | 25.26 | - |
| YUV | 182.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 119 | 0.16 | 0 | 0.41 | 0.21 | 83.41 | 0.43 | 0.63 |
| Hex | A9 | C9 | 77 | 10 | 0 | 29 | 15 | 53 | 2B | 3F |
| Octal | 251 | 311 | 167 | 20 | 0 | 51 | 25 | 123 | 53 | 77 |
| Binary | 10101001 | 11001001 | 1110111 | 10000 | 0 | 101001 | 10101 | 1010011 | 101011 | 111111 |
Color Harmonies of #A9C977
Complementary color
Monochromatic Colors of #A9C977
Black with #A9C977
Text Example
Text Example
White with #A9C977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C977; }
p { color: rgb(169,201,119); }
H1.HeaderClassName
{
color: #A9C977;
}
.AnyTagClassName
{
color: #A9C977;
}
</style>
background-color css
<style>
a { background-color: #A9C977; }
a { background-color: rgb(169,201,119); }
div.DivClassName
{
background-color: #A9C977;
}
.BgClassName
{
background-color: #A9C977;
}
</style>
border-color css
<style>
span { border-color: #A9C977; }
span { border-color: rgb(169,201,119); }
td.TdClassName
{
border-color: #A9C977;
}
.TagClassName
{
border-color: #A9C977;
}
</style>