Shades of Spring Rain #A6C696
Tints of Spring Rain #A6C696
RGB
CMYK
RGB Variations
Color information
#A6C696 (or 0xA6C696) is known color: Spring Rain. HEX triplet: A6, C6 and 96. RGB value is (166,198,150). Sum of RGB (Red+Green+Blue) = 166+198+150=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C696 is #593969. Grayscale: #B7B7B7. Windows color (decimal): -5847402 or 9881254. OLE color: 9881254.
HSL color Cylindrical-coordinate representation of color #A6C696: hue angle of 100º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6C696 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 198 | 150 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.22 |
| HSL | 100º | 0.3% | 0.68% | - |
| HSV(B) | 100º | 0.24% | 0.78% | - |
| XYZ | 41.42 | 50.7 | 36.46 | - |
| YUV | 182.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 150 | 0.16 | 0 | 0.24 | 0.22 | 100 | 0.3 | 0.68 |
| Hex | A6 | C6 | 96 | 10 | 0 | 18 | 16 | 64 | 1E | 44 |
| Octal | 246 | 306 | 226 | 20 | 0 | 30 | 26 | 144 | 36 | 104 |
| Binary | 10100110 | 11000110 | 10010110 | 10000 | 0 | 11000 | 10110 | 1100100 | 11110 | 1000100 |
Color Harmonies of #A6C696
Complementary color
Monochromatic Colors of #A6C696
Black with #A6C696
Text Example
Text Example
White with #A6C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C696; }
p { color: rgb(166,198,150); }
H1.HeaderClassName
{
color: #A6C696;
}
.AnyTagClassName
{
color: #A6C696;
}
</style>
background-color css
<style>
a { background-color: #A6C696; }
a { background-color: rgb(166,198,150); }
div.DivClassName
{
background-color: #A6C696;
}
.BgClassName
{
background-color: #A6C696;
}
</style>
border-color css
<style>
span { border-color: #A6C696; }
span { border-color: rgb(166,198,150); }
td.TdClassName
{
border-color: #A6C696;
}
.TagClassName
{
border-color: #A6C696;
}
</style>