Shades of Caper #A6C879
Tints of Caper #A6C879
RGB
CMYK
RGB Variations
Color information
#A6C879 (or 0xA6C879) is known color: Caper. HEX triplet: A6, C8 and 79. RGB value is (166,200,121). Sum of RGB (Red+Green+Blue) = 166+200+121=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C879 is #593786. Grayscale: #B5B5B5. Windows color (decimal): -5846919 or 7981222. OLE color: 7981222.
HSL color Cylindrical-coordinate representation of color #A6C879: hue angle of 85.82º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6C879 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 200 | 121 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.22 |
| HSL | 85.82º | 0.42% | 0.63% | - |
| HSV(B) | 85.82º | 0.4% | 0.78% | - |
| XYZ | 39.83 | 50.8 | 25.79 | - |
| YUV | 180.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 121 | 0.17 | 0 | 0.39 | 0.22 | 85.82 | 0.42 | 0.63 |
| Hex | A6 | C8 | 79 | 11 | 0 | 27 | 16 | 56 | 2A | 3F |
| Octal | 246 | 310 | 171 | 21 | 0 | 47 | 26 | 126 | 52 | 77 |
| Binary | 10100110 | 11001000 | 1111001 | 10001 | 0 | 100111 | 10110 | 1010110 | 101010 | 111111 |
Color Harmonies of #A6C879
Complementary color
Monochromatic Colors of #A6C879
Black with #A6C879
Text Example
Text Example
White with #A6C879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C879; }
p { color: rgb(166,200,121); }
H1.HeaderClassName
{
color: #A6C879;
}
.AnyTagClassName
{
color: #A6C879;
}
</style>
background-color css
<style>
a { background-color: #A6C879; }
a { background-color: rgb(166,200,121); }
div.DivClassName
{
background-color: #A6C879;
}
.BgClassName
{
background-color: #A6C879;
}
</style>
border-color css
<style>
span { border-color: #A6C879; }
span { border-color: rgb(166,200,121); }
td.TdClassName
{
border-color: #A6C879;
}
.TagClassName
{
border-color: #A6C879;
}
</style>