Shades of Spring Rain #99B98D
Tints of Spring Rain #99B98D
RGB
CMYK
RGB Variations
Color information
#99B98D (or 0x99B98D) is known color: Spring Rain. HEX triplet: 99, B9 and 8D. RGB value is (153,185,141). Sum of RGB (Red+Green+Blue) = 153+185+141=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #99B98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B98D is #664672. Grayscale: #AAAAAA. Windows color (decimal): -6702707 or 9288089. OLE color: 9288089.
HSL color Cylindrical-coordinate representation of color #99B98D: hue angle of 103.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99B98D is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 141 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.27 |
| HSL | 103.64º | 0.24% | 0.64% | - |
| HSV(B) | 103.64º | 0.24% | 0.73% | - |
| XYZ | 35.29 | 43.39 | 31.71 | - |
| YUV | 170.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 141 | 0.17 | 0 | 0.24 | 0.27 | 103.64 | 0.24 | 0.64 |
| Hex | 99 | B9 | 8D | 11 | 0 | 18 | 1B | 68 | 18 | 40 |
| Octal | 231 | 271 | 215 | 21 | 0 | 30 | 33 | 150 | 30 | 100 |
| Binary | 10011001 | 10111001 | 10001101 | 10001 | 0 | 11000 | 11011 | 1101000 | 11000 | 1000000 |
Color Harmonies of #99B98D
Complementary color
Monochromatic Colors of #99B98D
Black with #99B98D
Text Example
Text Example
White with #99B98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B98D; }
p { color: rgb(153,185,141); }
H1.HeaderClassName
{
color: #99B98D;
}
.AnyTagClassName
{
color: #99B98D;
}
</style>
background-color css
<style>
a { background-color: #99B98D; }
a { background-color: rgb(153,185,141); }
div.DivClassName
{
background-color: #99B98D;
}
.BgClassName
{
background-color: #99B98D;
}
</style>
border-color css
<style>
span { border-color: #99B98D; }
span { border-color: rgb(153,185,141); }
td.TdClassName
{
border-color: #99B98D;
}
.TagClassName
{
border-color: #99B98D;
}
</style>