Shades of Spring Rain #99BD8E
Tints of Spring Rain #99BD8E
RGB
CMYK
RGB Variations
Color information
#99BD8E (or 0x99BD8E) is known color: Spring Rain. HEX triplet: 99, BD and 8E. RGB value is (153,189,142). Sum of RGB (Red+Green+Blue) = 153+189+142=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BD8E is #664271. Grayscale: #ADADAD. Windows color (decimal): -6701682 or 9354649. OLE color: 9354649.
HSL color Cylindrical-coordinate representation of color #99BD8E: hue angle of 105.96º 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 #99BD8E is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 142 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.26 |
| HSL | 105.96º | 0.26% | 0.65% | - |
| HSV(B) | 105.96º | 0.25% | 0.74% | - |
| XYZ | 36.22 | 45.12 | 32.39 | - |
| YUV | 172.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 142 | 0.19 | 0 | 0.25 | 0.26 | 105.96 | 0.26 | 0.65 |
| Hex | 99 | BD | 8E | 13 | 0 | 19 | 1A | 6A | 1A | 41 |
| Octal | 231 | 275 | 216 | 23 | 0 | 31 | 32 | 152 | 32 | 101 |
| Binary | 10011001 | 10111101 | 10001110 | 10011 | 0 | 11001 | 11010 | 1101010 | 11010 | 1000001 |
Color Harmonies of #99BD8E
Complementary color
Monochromatic Colors of #99BD8E
Black with #99BD8E
Text Example
Text Example
White with #99BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD8E; }
p { color: rgb(153,189,142); }
H1.HeaderClassName
{
color: #99BD8E;
}
.AnyTagClassName
{
color: #99BD8E;
}
</style>
background-color css
<style>
a { background-color: #99BD8E; }
a { background-color: rgb(153,189,142); }
div.DivClassName
{
background-color: #99BD8E;
}
.BgClassName
{
background-color: #99BD8E;
}
</style>
border-color css
<style>
span { border-color: #99BD8E; }
span { border-color: rgb(153,189,142); }
td.TdClassName
{
border-color: #99BD8E;
}
.TagClassName
{
border-color: #99BD8E;
}
</style>