Shades of Caper #A6C17B
Tints of Caper #A6C17B
RGB
CMYK
RGB Variations
Color information
#A6C17B (or 0xA6C17B) is known color: Caper. HEX triplet: A6, C1 and 7B. RGB value is (166,193,123). Sum of RGB (Red+Green+Blue) = 166+193+123=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C17B is #593E84. Grayscale: #B1B1B1. Windows color (decimal): -5848709 or 8110502. OLE color: 8110502.
HSL color Cylindrical-coordinate representation of color #A6C17B: hue angle of 83.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6C17B is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 123 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.24 |
| HSL | 83.14º | 0.36% | 0.62% | - |
| HSV(B) | 83.14º | 0.36% | 0.76% | - |
| XYZ | 38.37 | 47.68 | 25.92 | - |
| YUV | 176.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 123 | 0.14 | 0 | 0.36 | 0.24 | 83.14 | 0.36 | 0.62 |
| Hex | A6 | C1 | 7B | E | 0 | 24 | 18 | 53 | 24 | 3E |
| Octal | 246 | 301 | 173 | 16 | 0 | 44 | 30 | 123 | 44 | 76 |
| Binary | 10100110 | 11000001 | 1111011 | 1110 | 0 | 100100 | 11000 | 1010011 | 100100 | 111110 |
Color Harmonies of #A6C17B
Complementary color
Monochromatic Colors of #A6C17B
Black with #A6C17B
Text Example
Text Example
White with #A6C17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C17B; }
p { color: rgb(166,193,123); }
H1.HeaderClassName
{
color: #A6C17B;
}
.AnyTagClassName
{
color: #A6C17B;
}
</style>
background-color css
<style>
a { background-color: #A6C17B; }
a { background-color: rgb(166,193,123); }
div.DivClassName
{
background-color: #A6C17B;
}
.BgClassName
{
background-color: #A6C17B;
}
</style>
border-color css
<style>
span { border-color: #A6C17B; }
span { border-color: rgb(166,193,123); }
td.TdClassName
{
border-color: #A6C17B;
}
.TagClassName
{
border-color: #A6C17B;
}
</style>