Shades of Spring Rain #99BF8C
Tints of Spring Rain #99BF8C
RGB
CMYK
RGB Variations
Color information
#99BF8C (or 0x99BF8C) is known color: Spring Rain. HEX triplet: 99, BF and 8C. RGB value is (153,191,140). Sum of RGB (Red+Green+Blue) = 153+191+140=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF8C is #664073. Grayscale: #ADADAD. Windows color (decimal): -6701172 or 9224089. OLE color: 9224089.
HSL color Cylindrical-coordinate representation of color #99BF8C: hue angle of 104.71º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99BF8C is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 140 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.25 |
| HSL | 104.71º | 0.28% | 0.65% | - |
| HSV(B) | 104.71º | 0.27% | 0.75% | - |
| XYZ | 36.5 | 45.93 | 31.75 | - |
| YUV | 173.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 140 | 0.20 | 0 | 0.27 | 0.25 | 104.71 | 0.28 | 0.65 |
| Hex | 99 | BF | 8C | 14 | 0 | 1B | 19 | 69 | 1C | 41 |
| Octal | 231 | 277 | 214 | 24 | 0 | 33 | 31 | 151 | 34 | 101 |
| Binary | 10011001 | 10111111 | 10001100 | 10100 | 0 | 11011 | 11001 | 1101001 | 11100 | 1000001 |
Color Harmonies of #99BF8C
Complementary color
Monochromatic Colors of #99BF8C
Black with #99BF8C
Text Example
Text Example
White with #99BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF8C; }
p { color: rgb(153,191,140); }
H1.HeaderClassName
{
color: #99BF8C;
}
.AnyTagClassName
{
color: #99BF8C;
}
</style>
background-color css
<style>
a { background-color: #99BF8C; }
a { background-color: rgb(153,191,140); }
div.DivClassName
{
background-color: #99BF8C;
}
.BgClassName
{
background-color: #99BF8C;
}
</style>
border-color css
<style>
span { border-color: #99BF8C; }
span { border-color: rgb(153,191,140); }
td.TdClassName
{
border-color: #99BF8C;
}
.TagClassName
{
border-color: #99BF8C;
}
</style>