Shades of Spring Rain #99BD94
Tints of Spring Rain #99BD94
RGB
CMYK
RGB Variations
Color information
#99BD94 (or 0x99BD94) is known color: Spring Rain. HEX triplet: 99, BD and 94. RGB value is (153,189,148). Sum of RGB (Red+Green+Blue) = 153+189+148=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BD94 is #66426B. Grayscale: #ADADAD. Windows color (decimal): -6701676 or 9747865. OLE color: 9747865.
HSL color Cylindrical-coordinate representation of color #99BD94: hue angle of 112.68º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99BD94 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 148 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.26 |
| HSL | 112.68º | 0.24% | 0.66% | - |
| HSV(B) | 112.68º | 0.22% | 0.74% | - |
| XYZ | 36.68 | 45.31 | 34.83 | - |
| YUV | 173.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 148 | 0.19 | 0 | 0.22 | 0.26 | 112.68 | 0.24 | 0.66 |
| Hex | 99 | BD | 94 | 13 | 0 | 16 | 1A | 71 | 18 | 42 |
| Octal | 231 | 275 | 224 | 23 | 0 | 26 | 32 | 161 | 30 | 102 |
| Binary | 10011001 | 10111101 | 10010100 | 10011 | 0 | 10110 | 11010 | 1110001 | 11000 | 1000010 |
Color Harmonies of #99BD94
Complementary color
Monochromatic Colors of #99BD94
Black with #99BD94
Text Example
Text Example
White with #99BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD94; }
p { color: rgb(153,189,148); }
H1.HeaderClassName
{
color: #99BD94;
}
.AnyTagClassName
{
color: #99BD94;
}
</style>
background-color css
<style>
a { background-color: #99BD94; }
a { background-color: rgb(153,189,148); }
div.DivClassName
{
background-color: #99BD94;
}
.BgClassName
{
background-color: #99BD94;
}
</style>
border-color css
<style>
span { border-color: #99BD94; }
span { border-color: rgb(153,189,148); }
td.TdClassName
{
border-color: #99BD94;
}
.TagClassName
{
border-color: #99BD94;
}
</style>