Shades of Spring Rain #99C190
Tints of Spring Rain #99C190
RGB
CMYK
RGB Variations
Color information
#99C190 (or 0x99C190) is known color: Spring Rain. HEX triplet: 99, C1 and 90. RGB value is (153,193,144). Sum of RGB (Red+Green+Blue) = 153+193+144=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #99C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C190 is #663E6F. Grayscale: #AFAFAF. Windows color (decimal): -6700656 or 9486745. OLE color: 9486745.
HSL color Cylindrical-coordinate representation of color #99C190: hue angle of 108.98º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99C190 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 144 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.24 |
| HSL | 108.98º | 0.28% | 0.66% | - |
| HSV(B) | 108.98º | 0.25% | 0.76% | - |
| XYZ | 37.24 | 46.93 | 33.48 | - |
| YUV | 175.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 144 | 0.21 | 0 | 0.25 | 0.24 | 108.98 | 0.28 | 0.66 |
| Hex | 99 | C1 | 90 | 15 | 0 | 19 | 18 | 6D | 1C | 42 |
| Octal | 231 | 301 | 220 | 25 | 0 | 31 | 30 | 155 | 34 | 102 |
| Binary | 10011001 | 11000001 | 10010000 | 10101 | 0 | 11001 | 11000 | 1101101 | 11100 | 1000010 |
Color Harmonies of #99C190
Complementary color
Monochromatic Colors of #99C190
Black with #99C190
Text Example
Text Example
White with #99C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C190; }
p { color: rgb(153,193,144); }
H1.HeaderClassName
{
color: #99C190;
}
.AnyTagClassName
{
color: #99C190;
}
</style>
background-color css
<style>
a { background-color: #99C190; }
a { background-color: rgb(153,193,144); }
div.DivClassName
{
background-color: #99C190;
}
.BgClassName
{
background-color: #99C190;
}
</style>
border-color css
<style>
span { border-color: #99C190; }
span { border-color: rgb(153,193,144); }
td.TdClassName
{
border-color: #99C190;
}
.TagClassName
{
border-color: #99C190;
}
</style>