Shades of Spring Rain #99B790
Tints of Spring Rain #99B790
RGB
CMYK
RGB Variations
Color information
#99B790 (or 0x99B790) is known color: Spring Rain. HEX triplet: 99, B7 and 90. RGB value is (153,183,144). Sum of RGB (Red+Green+Blue) = 153+183+144=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #99B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B790 is #66486F. Grayscale: #A9A9A9. Windows color (decimal): -6703216 or 9484185. OLE color: 9484185.
HSL color Cylindrical-coordinate representation of color #99B790: hue angle of 106.15º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99B790 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 144 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.28 |
| HSL | 106.15º | 0.21% | 0.64% | - |
| HSV(B) | 106.15º | 0.21% | 0.72% | - |
| XYZ | 35.1 | 42.65 | 32.77 | - |
| YUV | 169.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 144 | 0.16 | 0 | 0.21 | 0.28 | 106.15 | 0.21 | 0.64 |
| Hex | 99 | B7 | 90 | 10 | 0 | 15 | 1C | 6A | 15 | 40 |
| Octal | 231 | 267 | 220 | 20 | 0 | 25 | 34 | 152 | 25 | 100 |
| Binary | 10011001 | 10110111 | 10010000 | 10000 | 0 | 10101 | 11100 | 1101010 | 10101 | 1000000 |
Color Harmonies of #99B790
Complementary color
Monochromatic Colors of #99B790
Black with #99B790
Text Example
Text Example
White with #99B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B790; }
p { color: rgb(153,183,144); }
H1.HeaderClassName
{
color: #99B790;
}
.AnyTagClassName
{
color: #99B790;
}
</style>
background-color css
<style>
a { background-color: #99B790; }
a { background-color: rgb(153,183,144); }
div.DivClassName
{
background-color: #99B790;
}
.BgClassName
{
background-color: #99B790;
}
</style>
border-color css
<style>
span { border-color: #99B790; }
span { border-color: rgb(153,183,144); }
td.TdClassName
{
border-color: #99B790;
}
.TagClassName
{
border-color: #99B790;
}
</style>