Shades of Spring Rain #99C092
Tints of Spring Rain #99C092
RGB
CMYK
RGB Variations
Color information
#99C092 (or 0x99C092) is known color: Spring Rain. HEX triplet: 99, C0 and 92. RGB value is (153,192,146). Sum of RGB (Red+Green+Blue) = 153+192+146=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #99C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C092 is #663F6D. Grayscale: #AFAFAF. Windows color (decimal): -6700910 or 9617561. OLE color: 9617561.
HSL color Cylindrical-coordinate representation of color #99C092: hue angle of 110.87º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C092 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 146 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.25 |
| HSL | 110.87º | 0.27% | 0.66% | - |
| HSV(B) | 110.87º | 0.24% | 0.75% | - |
| XYZ | 37.17 | 46.55 | 34.22 | - |
| YUV | 175.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 146 | 0.20 | 0 | 0.24 | 0.25 | 110.87 | 0.27 | 0.66 |
| Hex | 99 | C0 | 92 | 14 | 0 | 18 | 19 | 6F | 1B | 42 |
| Octal | 231 | 300 | 222 | 24 | 0 | 30 | 31 | 157 | 33 | 102 |
| Binary | 10011001 | 11000000 | 10010010 | 10100 | 0 | 11000 | 11001 | 1101111 | 11011 | 1000010 |
Color Harmonies of #99C092
Complementary color
Monochromatic Colors of #99C092
Black with #99C092
Text Example
Text Example
White with #99C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C092; }
p { color: rgb(153,192,146); }
H1.HeaderClassName
{
color: #99C092;
}
.AnyTagClassName
{
color: #99C092;
}
</style>
background-color css
<style>
a { background-color: #99C092; }
a { background-color: rgb(153,192,146); }
div.DivClassName
{
background-color: #99C092;
}
.BgClassName
{
background-color: #99C092;
}
</style>
border-color css
<style>
span { border-color: #99C092; }
span { border-color: rgb(153,192,146); }
td.TdClassName
{
border-color: #99C092;
}
.TagClassName
{
border-color: #99C092;
}
</style>