Shades of Caper #A6C77C
Tints of Caper #A6C77C
RGB
CMYK
RGB Variations
Color information
#A6C77C (or 0xA6C77C) is known color: Caper. HEX triplet: A6, C7 and 7C. RGB value is (166,199,124). Sum of RGB (Red+Green+Blue) = 166+199+124=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C77C is #593883. Grayscale: #B4B4B4. Windows color (decimal): -5847172 or 8177574. OLE color: 8177574.
HSL color Cylindrical-coordinate representation of color #A6C77C: hue angle of 86.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6C77C is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 124 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.22 |
| HSL | 86.4º | 0.4% | 0.63% | - |
| HSV(B) | 86.4º | 0.38% | 0.78% | - |
| XYZ | 39.79 | 50.41 | 26.7 | - |
| YUV | 180.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 124 | 0.17 | 0 | 0.38 | 0.22 | 86.4 | 0.4 | 0.63 |
| Hex | A6 | C7 | 7C | 11 | 0 | 26 | 16 | 56 | 28 | 3F |
| Octal | 246 | 307 | 174 | 21 | 0 | 46 | 26 | 126 | 50 | 77 |
| Binary | 10100110 | 11000111 | 1111100 | 10001 | 0 | 100110 | 10110 | 1010110 | 101000 | 111111 |
Color Harmonies of #A6C77C
Complementary color
Monochromatic Colors of #A6C77C
Black with #A6C77C
Text Example
Text Example
White with #A6C77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C77C; }
p { color: rgb(166,199,124); }
H1.HeaderClassName
{
color: #A6C77C;
}
.AnyTagClassName
{
color: #A6C77C;
}
</style>
background-color css
<style>
a { background-color: #A6C77C; }
a { background-color: rgb(166,199,124); }
div.DivClassName
{
background-color: #A6C77C;
}
.BgClassName
{
background-color: #A6C77C;
}
</style>
border-color css
<style>
span { border-color: #A6C77C; }
span { border-color: rgb(166,199,124); }
td.TdClassName
{
border-color: #A6C77C;
}
.TagClassName
{
border-color: #A6C77C;
}
</style>