Shades of Caper #A6C57C
Tints of Caper #A6C57C
RGB
CMYK
RGB Variations
Color information
#A6C57C (or 0xA6C57C) is known color: Caper. HEX triplet: A6, C5 and 7C. RGB value is (166,197,124). Sum of RGB (Red+Green+Blue) = 166+197+124=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C57C is #593A83. Grayscale: #B3B3B3. Windows color (decimal): -5847684 or 8177062. OLE color: 8177062.
HSL color Cylindrical-coordinate representation of color #A6C57C: hue angle of 85.48º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6C57C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 124 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.23 |
| HSL | 85.48º | 0.39% | 0.63% | - |
| HSV(B) | 85.48º | 0.37% | 0.77% | - |
| XYZ | 39.33 | 49.49 | 26.55 | - |
| YUV | 179.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 124 | 0.16 | 0 | 0.37 | 0.23 | 85.48 | 0.39 | 0.63 |
| Hex | A6 | C5 | 7C | 10 | 0 | 25 | 17 | 55 | 27 | 3F |
| Octal | 246 | 305 | 174 | 20 | 0 | 45 | 27 | 125 | 47 | 77 |
| Binary | 10100110 | 11000101 | 1111100 | 10000 | 0 | 100101 | 10111 | 1010101 | 100111 | 111111 |
Color Harmonies of #A6C57C
Complementary color
Monochromatic Colors of #A6C57C
Black with #A6C57C
Text Example
Text Example
White with #A6C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C57C; }
p { color: rgb(166,197,124); }
H1.HeaderClassName
{
color: #A6C57C;
}
.AnyTagClassName
{
color: #A6C57C;
}
</style>
background-color css
<style>
a { background-color: #A6C57C; }
a { background-color: rgb(166,197,124); }
div.DivClassName
{
background-color: #A6C57C;
}
.BgClassName
{
background-color: #A6C57C;
}
</style>
border-color css
<style>
span { border-color: #A6C57C; }
span { border-color: rgb(166,197,124); }
td.TdClassName
{
border-color: #A6C57C;
}
.TagClassName
{
border-color: #A6C57C;
}
</style>