Shades of Spring Rain #99C192
Tints of Spring Rain #99C192
RGB
CMYK
RGB Variations
Color information
#99C192 (or 0x99C192) is known color: Spring Rain. HEX triplet: 99, C1 and 92. RGB value is (153,193,146). Sum of RGB (Red+Green+Blue) = 153+193+146=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #99C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C192 is #663E6D. Grayscale: #AFAFAF. Windows color (decimal): -6700654 or 9617817. OLE color: 9617817.
HSL color Cylindrical-coordinate representation of color #99C192: hue angle of 111.06º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C192 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 146 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.24 |
| HSL | 111.06º | 0.27% | 0.66% | - |
| HSV(B) | 111.06º | 0.24% | 0.76% | - |
| XYZ | 37.4 | 46.99 | 34.29 | - |
| YUV | 175.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 146 | 0.21 | 0 | 0.24 | 0.24 | 111.06 | 0.27 | 0.66 |
| Hex | 99 | C1 | 92 | 15 | 0 | 18 | 18 | 6F | 1B | 42 |
| Octal | 231 | 301 | 222 | 25 | 0 | 30 | 30 | 157 | 33 | 102 |
| Binary | 10011001 | 11000001 | 10010010 | 10101 | 0 | 11000 | 11000 | 1101111 | 11011 | 1000010 |
Color Harmonies of #99C192
Complementary color
Monochromatic Colors of #99C192
Black with #99C192
Text Example
Text Example
White with #99C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C192; }
p { color: rgb(153,193,146); }
H1.HeaderClassName
{
color: #99C192;
}
.AnyTagClassName
{
color: #99C192;
}
</style>
background-color css
<style>
a { background-color: #99C192; }
a { background-color: rgb(153,193,146); }
div.DivClassName
{
background-color: #99C192;
}
.BgClassName
{
background-color: #99C192;
}
</style>
border-color css
<style>
span { border-color: #99C192; }
span { border-color: rgb(153,193,146); }
td.TdClassName
{
border-color: #99C192;
}
.TagClassName
{
border-color: #99C192;
}
</style>