Shades of Spring Rain #99B992
Tints of Spring Rain #99B992
RGB
CMYK
RGB Variations
Color information
#99B992 (or 0x99B992) is known color: Spring Rain. HEX triplet: 99, B9 and 92. RGB value is (153,185,146). Sum of RGB (Red+Green+Blue) = 153+185+146=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #99B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B992 is #66466D. Grayscale: #ABABAB. Windows color (decimal): -6702702 or 9615769. OLE color: 9615769.
HSL color Cylindrical-coordinate representation of color #99B992: hue angle of 109.23º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99B992 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 146 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.27 |
| HSL | 109.23º | 0.22% | 0.65% | - |
| HSV(B) | 109.23º | 0.21% | 0.73% | - |
| XYZ | 35.67 | 43.55 | 33.72 | - |
| YUV | 170.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 146 | 0.17 | 0 | 0.21 | 0.27 | 109.23 | 0.22 | 0.65 |
| Hex | 99 | B9 | 92 | 11 | 0 | 15 | 1B | 6D | 16 | 41 |
| Octal | 231 | 271 | 222 | 21 | 0 | 25 | 33 | 155 | 26 | 101 |
| Binary | 10011001 | 10111001 | 10010010 | 10001 | 0 | 10101 | 11011 | 1101101 | 10110 | 1000001 |
Color Harmonies of #99B992
Complementary color
Monochromatic Colors of #99B992
Black with #99B992
Text Example
Text Example
White with #99B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B992; }
p { color: rgb(153,185,146); }
H1.HeaderClassName
{
color: #99B992;
}
.AnyTagClassName
{
color: #99B992;
}
</style>
background-color css
<style>
a { background-color: #99B992; }
a { background-color: rgb(153,185,146); }
div.DivClassName
{
background-color: #99B992;
}
.BgClassName
{
background-color: #99B992;
}
</style>
border-color css
<style>
span { border-color: #99B992; }
span { border-color: rgb(153,185,146); }
td.TdClassName
{
border-color: #99B992;
}
.TagClassName
{
border-color: #99B992;
}
</style>