Shades of Caper #A9C97B
Tints of Caper #A9C97B
RGB
CMYK
RGB Variations
Color information
#A9C97B (or 0xA9C97B) is known color: Caper. HEX triplet: A9, C9 and 7B. RGB value is (169,201,123). Sum of RGB (Red+Green+Blue) = 169+201+123=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C97B is #563684. Grayscale: #B6B6B6. Windows color (decimal): -5650053 or 8112553. OLE color: 8112553.
HSL color Cylindrical-coordinate representation of color #A9C97B: hue angle of 84.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9C97B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 123 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.21 |
| HSL | 84.62º | 0.42% | 0.64% | - |
| HSV(B) | 84.62º | 0.39% | 0.79% | - |
| XYZ | 40.82 | 51.64 | 26.55 | - |
| YUV | 182.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 123 | 0.16 | 0 | 0.39 | 0.21 | 84.62 | 0.42 | 0.64 |
| Hex | A9 | C9 | 7B | 10 | 0 | 27 | 15 | 55 | 2A | 40 |
| Octal | 251 | 311 | 173 | 20 | 0 | 47 | 25 | 125 | 52 | 100 |
| Binary | 10101001 | 11001001 | 1111011 | 10000 | 0 | 100111 | 10101 | 1010101 | 101010 | 1000000 |
Color Harmonies of #A9C97B
Complementary color
Monochromatic Colors of #A9C97B
Black with #A9C97B
Text Example
Text Example
White with #A9C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C97B; }
p { color: rgb(169,201,123); }
H1.HeaderClassName
{
color: #A9C97B;
}
.AnyTagClassName
{
color: #A9C97B;
}
</style>
background-color css
<style>
a { background-color: #A9C97B; }
a { background-color: rgb(169,201,123); }
div.DivClassName
{
background-color: #A9C97B;
}
.BgClassName
{
background-color: #A9C97B;
}
</style>
border-color css
<style>
span { border-color: #A9C97B; }
span { border-color: rgb(169,201,123); }
td.TdClassName
{
border-color: #A9C97B;
}
.TagClassName
{
border-color: #A9C97B;
}
</style>