Shades of Spring Rain #99BC8D
Tints of Spring Rain #99BC8D
RGB
CMYK
RGB Variations
Color information
#99BC8D (or 0x99BC8D) is known color: Spring Rain. HEX triplet: 99, BC and 8D. RGB value is (153,188,141). Sum of RGB (Red+Green+Blue) = 153+188+141=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BC8D is #664372. Grayscale: #ACACAC. Windows color (decimal): -6701939 or 9288857. OLE color: 9288857.
HSL color Cylindrical-coordinate representation of color #99BC8D: hue angle of 104.68º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99BC8D is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 141 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.26 |
| HSL | 104.68º | 0.26% | 0.65% | - |
| HSV(B) | 104.68º | 0.25% | 0.74% | - |
| XYZ | 35.93 | 44.66 | 31.93 | - |
| YUV | 172.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 141 | 0.19 | 0 | 0.25 | 0.26 | 104.68 | 0.26 | 0.65 |
| Hex | 99 | BC | 8D | 13 | 0 | 19 | 1A | 69 | 1A | 41 |
| Octal | 231 | 274 | 215 | 23 | 0 | 31 | 32 | 151 | 32 | 101 |
| Binary | 10011001 | 10111100 | 10001101 | 10011 | 0 | 11001 | 11010 | 1101001 | 11010 | 1000001 |
Color Harmonies of #99BC8D
Complementary color
Monochromatic Colors of #99BC8D
Black with #99BC8D
Text Example
Text Example
White with #99BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC8D; }
p { color: rgb(153,188,141); }
H1.HeaderClassName
{
color: #99BC8D;
}
.AnyTagClassName
{
color: #99BC8D;
}
</style>
background-color css
<style>
a { background-color: #99BC8D; }
a { background-color: rgb(153,188,141); }
div.DivClassName
{
background-color: #99BC8D;
}
.BgClassName
{
background-color: #99BC8D;
}
</style>
border-color css
<style>
span { border-color: #99BC8D; }
span { border-color: rgb(153,188,141); }
td.TdClassName
{
border-color: #99BC8D;
}
.TagClassName
{
border-color: #99BC8D;
}
</style>