Shades of Caper #A6C17E
Tints of Caper #A6C17E
RGB
CMYK
RGB Variations
Color information
#A6C17E (or 0xA6C17E) is known color: Caper. HEX triplet: A6, C1 and 7E. RGB value is (166,193,126). Sum of RGB (Red+Green+Blue) = 166+193+126=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C17E is #593E81. Grayscale: #B1B1B1. Windows color (decimal): -5848706 or 8307110. OLE color: 8307110.
HSL color Cylindrical-coordinate representation of color #A6C17E: hue angle of 84.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6C17E is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 126 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.24 |
| HSL | 84.18º | 0.35% | 0.63% | - |
| HSV(B) | 84.18º | 0.35% | 0.76% | - |
| XYZ | 38.56 | 47.75 | 26.92 | - |
| YUV | 177.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 126 | 0.14 | 0 | 0.35 | 0.24 | 84.18 | 0.35 | 0.63 |
| Hex | A6 | C1 | 7E | E | 0 | 23 | 18 | 54 | 23 | 3F |
| Octal | 246 | 301 | 176 | 16 | 0 | 43 | 30 | 124 | 43 | 77 |
| Binary | 10100110 | 11000001 | 1111110 | 1110 | 0 | 100011 | 11000 | 1010100 | 100011 | 111111 |
Color Harmonies of #A6C17E
Complementary color
Monochromatic Colors of #A6C17E
Black with #A6C17E
Text Example
Text Example
White with #A6C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C17E; }
p { color: rgb(166,193,126); }
H1.HeaderClassName
{
color: #A6C17E;
}
.AnyTagClassName
{
color: #A6C17E;
}
</style>
background-color css
<style>
a { background-color: #A6C17E; }
a { background-color: rgb(166,193,126); }
div.DivClassName
{
background-color: #A6C17E;
}
.BgClassName
{
background-color: #A6C17E;
}
</style>
border-color css
<style>
span { border-color: #A6C17E; }
span { border-color: rgb(166,193,126); }
td.TdClassName
{
border-color: #A6C17E;
}
.TagClassName
{
border-color: #A6C17E;
}
</style>