Shades of Spring Rain #A1B796
Tints of Spring Rain #A1B796
RGB
CMYK
RGB Variations
Color information
#A1B796 (or 0xA1B796) is known color: Spring Rain. HEX triplet: A1, B7 and 96. RGB value is (161,183,150). Sum of RGB (Red+Green+Blue) = 161+183+150=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B796 is #5E4869. Grayscale: #ACACAC. Windows color (decimal): -6178922 or 9877409. OLE color: 9877409.
HSL color Cylindrical-coordinate representation of color #A1B796: hue angle of 100º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1B796 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 150 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.28 |
| HSL | 100º | 0.19% | 0.65% | - |
| HSV(B) | 100º | 0.18% | 0.72% | - |
| XYZ | 37.14 | 43.65 | 35.32 | - |
| YUV | 172.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 150 | 0.12 | 0 | 0.18 | 0.28 | 100 | 0.19 | 0.65 |
| Hex | A1 | B7 | 96 | C | 0 | 12 | 1C | 64 | 13 | 41 |
| Octal | 241 | 267 | 226 | 14 | 0 | 22 | 34 | 144 | 23 | 101 |
| Binary | 10100001 | 10110111 | 10010110 | 1100 | 0 | 10010 | 11100 | 1100100 | 10011 | 1000001 |
Color Harmonies of #A1B796
Complementary color
Monochromatic Colors of #A1B796
Black with #A1B796
Text Example
Text Example
White with #A1B796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B796; }
p { color: rgb(161,183,150); }
H1.HeaderClassName
{
color: #A1B796;
}
.AnyTagClassName
{
color: #A1B796;
}
</style>
background-color css
<style>
a { background-color: #A1B796; }
a { background-color: rgb(161,183,150); }
div.DivClassName
{
background-color: #A1B796;
}
.BgClassName
{
background-color: #A1B796;
}
</style>
border-color css
<style>
span { border-color: #A1B796; }
span { border-color: rgb(161,183,150); }
td.TdClassName
{
border-color: #A1B796;
}
.TagClassName
{
border-color: #A1B796;
}
</style>