Shades of Spring Rain #99BF8D
Tints of Spring Rain #99BF8D
RGB
CMYK
RGB Variations
Color information
#99BF8D (or 0x99BF8D) is known color: Spring Rain. HEX triplet: 99, BF and 8D. RGB value is (153,191,141). Sum of RGB (Red+Green+Blue) = 153+191+141=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF8D is #664072. Grayscale: #AEAEAE. Windows color (decimal): -6701171 or 9289625. OLE color: 9289625.
HSL color Cylindrical-coordinate representation of color #99BF8D: hue angle of 105.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99BF8D is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 141 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.25 |
| HSL | 105.6º | 0.28% | 0.65% | - |
| HSV(B) | 105.6º | 0.26% | 0.75% | - |
| XYZ | 36.58 | 45.96 | 32.14 | - |
| YUV | 173.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 141 | 0.20 | 0 | 0.26 | 0.25 | 105.6 | 0.28 | 0.65 |
| Hex | 99 | BF | 8D | 14 | 0 | 1A | 19 | 6A | 1C | 41 |
| Octal | 231 | 277 | 215 | 24 | 0 | 32 | 31 | 152 | 34 | 101 |
| Binary | 10011001 | 10111111 | 10001101 | 10100 | 0 | 11010 | 11001 | 1101010 | 11100 | 1000001 |
Color Harmonies of #99BF8D
Complementary color
Monochromatic Colors of #99BF8D
Black with #99BF8D
Text Example
Text Example
White with #99BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF8D; }
p { color: rgb(153,191,141); }
H1.HeaderClassName
{
color: #99BF8D;
}
.AnyTagClassName
{
color: #99BF8D;
}
</style>
background-color css
<style>
a { background-color: #99BF8D; }
a { background-color: rgb(153,191,141); }
div.DivClassName
{
background-color: #99BF8D;
}
.BgClassName
{
background-color: #99BF8D;
}
</style>
border-color css
<style>
span { border-color: #99BF8D; }
span { border-color: rgb(153,191,141); }
td.TdClassName
{
border-color: #99BF8D;
}
.TagClassName
{
border-color: #99BF8D;
}
</style>