Shades of Caper #A6C97B
Tints of Caper #A6C97B
RGB
CMYK
RGB Variations
Color information
#A6C97B (or 0xA6C97B) is known color: Caper. HEX triplet: A6, C9 and 7B. RGB value is (166,201,123). Sum of RGB (Red+Green+Blue) = 166+201+123=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C97B is #593684. Grayscale: #B5B5B5. Windows color (decimal): -5846661 or 8112550. OLE color: 8112550.
HSL color Cylindrical-coordinate representation of color #A6C97B: hue angle of 86.92º 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 #A6C97B is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 123 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.21 |
| HSL | 86.92º | 0.42% | 0.64% | - |
| HSV(B) | 86.92º | 0.39% | 0.79% | - |
| XYZ | 40.19 | 51.31 | 26.52 | - |
| YUV | 181.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 123 | 0.17 | 0 | 0.39 | 0.21 | 86.92 | 0.42 | 0.64 |
| Hex | A6 | C9 | 7B | 11 | 0 | 27 | 15 | 57 | 2A | 40 |
| Octal | 246 | 311 | 173 | 21 | 0 | 47 | 25 | 127 | 52 | 100 |
| Binary | 10100110 | 11001001 | 1111011 | 10001 | 0 | 100111 | 10101 | 1010111 | 101010 | 1000000 |
Color Harmonies of #A6C97B
Complementary color
Monochromatic Colors of #A6C97B
Black with #A6C97B
Text Example
Text Example
White with #A6C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C97B; }
p { color: rgb(166,201,123); }
H1.HeaderClassName
{
color: #A6C97B;
}
.AnyTagClassName
{
color: #A6C97B;
}
</style>
background-color css
<style>
a { background-color: #A6C97B; }
a { background-color: rgb(166,201,123); }
div.DivClassName
{
background-color: #A6C97B;
}
.BgClassName
{
background-color: #A6C97B;
}
</style>
border-color css
<style>
span { border-color: #A6C97B; }
span { border-color: rgb(166,201,123); }
td.TdClassName
{
border-color: #A6C97B;
}
.TagClassName
{
border-color: #A6C97B;
}
</style>