Shades of Spring Rain #99B795
Tints of Spring Rain #99B795
RGB
CMYK
RGB Variations
Color information
#99B795 (or 0x99B795) is known color: Spring Rain. HEX triplet: 99, B7 and 95. RGB value is (153,183,149). Sum of RGB (Red+Green+Blue) = 153+183+149=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #99B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B795 is #66486A. Grayscale: #AAAAAA. Windows color (decimal): -6703211 or 9811865. OLE color: 9811865.
HSL color Cylindrical-coordinate representation of color #99B795: hue angle of 112.94º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99B795 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 149 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.28 |
| HSL | 112.94º | 0.19% | 0.65% | - |
| HSV(B) | 112.94º | 0.19% | 0.72% | - |
| XYZ | 35.5 | 42.81 | 34.83 | - |
| YUV | 170.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 149 | 0.16 | 0 | 0.19 | 0.28 | 112.94 | 0.19 | 0.65 |
| Hex | 99 | B7 | 95 | 10 | 0 | 13 | 1C | 71 | 13 | 41 |
| Octal | 231 | 267 | 225 | 20 | 0 | 23 | 34 | 161 | 23 | 101 |
| Binary | 10011001 | 10110111 | 10010101 | 10000 | 0 | 10011 | 11100 | 1110001 | 10011 | 1000001 |
Color Harmonies of #99B795
Complementary color
Monochromatic Colors of #99B795
Black with #99B795
Text Example
Text Example
White with #99B795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B795; }
p { color: rgb(153,183,149); }
H1.HeaderClassName
{
color: #99B795;
}
.AnyTagClassName
{
color: #99B795;
}
</style>
background-color css
<style>
a { background-color: #99B795; }
a { background-color: rgb(153,183,149); }
div.DivClassName
{
background-color: #99B795;
}
.BgClassName
{
background-color: #99B795;
}
</style>
border-color css
<style>
span { border-color: #99B795; }
span { border-color: rgb(153,183,149); }
td.TdClassName
{
border-color: #99B795;
}
.TagClassName
{
border-color: #99B795;
}
</style>