Shades of Caper #A6C57B
Tints of Caper #A6C57B
RGB
CMYK
RGB Variations
Color information
#A6C57B (or 0xA6C57B) is known color: Caper. HEX triplet: A6, C5 and 7B. RGB value is (166,197,123). Sum of RGB (Red+Green+Blue) = 166+197+123=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C57B is #593A84. Grayscale: #B3B3B3. Windows color (decimal): -5847685 or 8111526. OLE color: 8111526.
HSL color Cylindrical-coordinate representation of color #A6C57B: hue angle of 85.14º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6C57B is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 123 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.23 |
| HSL | 85.14º | 0.39% | 0.63% | - |
| HSV(B) | 85.14º | 0.38% | 0.77% | - |
| XYZ | 39.27 | 49.47 | 26.22 | - |
| YUV | 179.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 123 | 0.16 | 0 | 0.38 | 0.23 | 85.14 | 0.39 | 0.63 |
| Hex | A6 | C5 | 7B | 10 | 0 | 26 | 17 | 55 | 27 | 3F |
| Octal | 246 | 305 | 173 | 20 | 0 | 46 | 27 | 125 | 47 | 77 |
| Binary | 10100110 | 11000101 | 1111011 | 10000 | 0 | 100110 | 10111 | 1010101 | 100111 | 111111 |
Color Harmonies of #A6C57B
Complementary color
Monochromatic Colors of #A6C57B
Black with #A6C57B
Text Example
Text Example
White with #A6C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C57B; }
p { color: rgb(166,197,123); }
H1.HeaderClassName
{
color: #A6C57B;
}
.AnyTagClassName
{
color: #A6C57B;
}
</style>
background-color css
<style>
a { background-color: #A6C57B; }
a { background-color: rgb(166,197,123); }
div.DivClassName
{
background-color: #A6C57B;
}
.BgClassName
{
background-color: #A6C57B;
}
</style>
border-color css
<style>
span { border-color: #A6C57B; }
span { border-color: rgb(166,197,123); }
td.TdClassName
{
border-color: #A6C57B;
}
.TagClassName
{
border-color: #A6C57B;
}
</style>