Shades of Spring Rain #A7C896
Tints of Spring Rain #A7C896
RGB
CMYK
RGB Variations
Color information
#A7C896 (or 0xA7C896) is known color: Spring Rain. HEX triplet: A7, C8 and 96. RGB value is (167,200,150). Sum of RGB (Red+Green+Blue) = 167+200+150=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C896 is #583769. Grayscale: #B8B8B8. Windows color (decimal): -5781354 or 9881767. OLE color: 9881767.
HSL color Cylindrical-coordinate representation of color #A7C896: hue angle of 99.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7C896 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 200 | 150 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.22 |
| HSL | 99.6º | 0.31% | 0.69% | - |
| HSV(B) | 99.6º | 0.25% | 0.78% | - |
| XYZ | 42.1 | 51.73 | 36.62 | - |
| YUV | 184.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 200 | 150 | 0.16 | 0 | 0.25 | 0.22 | 99.6 | 0.31 | 0.69 |
| Hex | A7 | C8 | 96 | 10 | 0 | 19 | 16 | 64 | 1F | 45 |
| Octal | 247 | 310 | 226 | 20 | 0 | 31 | 26 | 144 | 37 | 105 |
| Binary | 10100111 | 11001000 | 10010110 | 10000 | 0 | 11001 | 10110 | 1100100 | 11111 | 1000101 |
Color Harmonies of #A7C896
Complementary color
Monochromatic Colors of #A7C896
Black with #A7C896
Text Example
Text Example
White with #A7C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C896; }
p { color: rgb(167,200,150); }
H1.HeaderClassName
{
color: #A7C896;
}
.AnyTagClassName
{
color: #A7C896;
}
</style>
background-color css
<style>
a { background-color: #A7C896; }
a { background-color: rgb(167,200,150); }
div.DivClassName
{
background-color: #A7C896;
}
.BgClassName
{
background-color: #A7C896;
}
</style>
border-color css
<style>
span { border-color: #A7C896; }
span { border-color: rgb(167,200,150); }
td.TdClassName
{
border-color: #A7C896;
}
.TagClassName
{
border-color: #A7C896;
}
</style>