Shades of Spring Rain #99BF90
Tints of Spring Rain #99BF90
RGB
CMYK
RGB Variations
Color information
#99BF90 (or 0x99BF90) is known color: Spring Rain. HEX triplet: 99, BF and 90. RGB value is (153,191,144). Sum of RGB (Red+Green+Blue) = 153+191+144=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF90 is #66406F. Grayscale: #AEAEAE. Windows color (decimal): -6701168 or 9486233. OLE color: 9486233.
HSL color Cylindrical-coordinate representation of color #99BF90: hue angle of 108.51º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99BF90 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 144 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.25 |
| HSL | 108.51º | 0.27% | 0.66% | - |
| HSV(B) | 108.51º | 0.25% | 0.75% | - |
| XYZ | 36.8 | 46.05 | 33.33 | - |
| YUV | 174.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 144 | 0.20 | 0 | 0.25 | 0.25 | 108.51 | 0.27 | 0.66 |
| Hex | 99 | BF | 90 | 14 | 0 | 19 | 19 | 6D | 1B | 42 |
| Octal | 231 | 277 | 220 | 24 | 0 | 31 | 31 | 155 | 33 | 102 |
| Binary | 10011001 | 10111111 | 10010000 | 10100 | 0 | 11001 | 11001 | 1101101 | 11011 | 1000010 |
Color Harmonies of #99BF90
Complementary color
Monochromatic Colors of #99BF90
Black with #99BF90
Text Example
Text Example
White with #99BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF90; }
p { color: rgb(153,191,144); }
H1.HeaderClassName
{
color: #99BF90;
}
.AnyTagClassName
{
color: #99BF90;
}
</style>
background-color css
<style>
a { background-color: #99BF90; }
a { background-color: rgb(153,191,144); }
div.DivClassName
{
background-color: #99BF90;
}
.BgClassName
{
background-color: #99BF90;
}
</style>
border-color css
<style>
span { border-color: #99BF90; }
span { border-color: rgb(153,191,144); }
td.TdClassName
{
border-color: #99BF90;
}
.TagClassName
{
border-color: #99BF90;
}
</style>