Shades of Caper #A6C77E
Tints of Caper #A6C77E
RGB
CMYK
RGB Variations
Color information
#A6C77E (or 0xA6C77E) is known color: Caper. HEX triplet: A6, C7 and 7E. RGB value is (166,199,126). Sum of RGB (Red+Green+Blue) = 166+199+126=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C77E is #593881. Grayscale: #B5B5B5. Windows color (decimal): -5847170 or 8308646. OLE color: 8308646.
HSL color Cylindrical-coordinate representation of color #A6C77E: hue angle of 87.12º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6C77E is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 126 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.22 |
| HSL | 87.12º | 0.39% | 0.64% | - |
| HSV(B) | 87.12º | 0.37% | 0.78% | - |
| XYZ | 39.92 | 50.46 | 27.37 | - |
| YUV | 180.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 126 | 0.17 | 0 | 0.37 | 0.22 | 87.12 | 0.39 | 0.64 |
| Hex | A6 | C7 | 7E | 11 | 0 | 25 | 16 | 57 | 27 | 40 |
| Octal | 246 | 307 | 176 | 21 | 0 | 45 | 26 | 127 | 47 | 100 |
| Binary | 10100110 | 11000111 | 1111110 | 10001 | 0 | 100101 | 10110 | 1010111 | 100111 | 1000000 |
Color Harmonies of #A6C77E
Complementary color
Monochromatic Colors of #A6C77E
Black with #A6C77E
Text Example
Text Example
White with #A6C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C77E; }
p { color: rgb(166,199,126); }
H1.HeaderClassName
{
color: #A6C77E;
}
.AnyTagClassName
{
color: #A6C77E;
}
</style>
background-color css
<style>
a { background-color: #A6C77E; }
a { background-color: rgb(166,199,126); }
div.DivClassName
{
background-color: #A6C77E;
}
.BgClassName
{
background-color: #A6C77E;
}
</style>
border-color css
<style>
span { border-color: #A6C77E; }
span { border-color: rgb(166,199,126); }
td.TdClassName
{
border-color: #A6C77E;
}
.TagClassName
{
border-color: #A6C77E;
}
</style>