Shades of Spring Rain #99BF93
Tints of Spring Rain #99BF93
RGB
CMYK
RGB Variations
Color information
#99BF93 (or 0x99BF93) is known color: Spring Rain. HEX triplet: 99, BF and 93. RGB value is (153,191,147). Sum of RGB (Red+Green+Blue) = 153+191+147=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF93 is #66406C. Grayscale: #AEAEAE. Windows color (decimal): -6701165 or 9682841. OLE color: 9682841.
HSL color Cylindrical-coordinate representation of color #99BF93: hue angle of 111.82º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99BF93 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 147 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.25 |
| HSL | 111.82º | 0.26% | 0.66% | - |
| HSV(B) | 111.82º | 0.23% | 0.75% | - |
| XYZ | 37.03 | 46.14 | 34.56 | - |
| YUV | 174.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 147 | 0.20 | 0 | 0.23 | 0.25 | 111.82 | 0.26 | 0.66 |
| Hex | 99 | BF | 93 | 14 | 0 | 17 | 19 | 70 | 1A | 42 |
| Octal | 231 | 277 | 223 | 24 | 0 | 27 | 31 | 160 | 32 | 102 |
| Binary | 10011001 | 10111111 | 10010011 | 10100 | 0 | 10111 | 11001 | 1110000 | 11010 | 1000010 |
Color Harmonies of #99BF93
Complementary color
Monochromatic Colors of #99BF93
Black with #99BF93
Text Example
Text Example
White with #99BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF93; }
p { color: rgb(153,191,147); }
H1.HeaderClassName
{
color: #99BF93;
}
.AnyTagClassName
{
color: #99BF93;
}
</style>
background-color css
<style>
a { background-color: #99BF93; }
a { background-color: rgb(153,191,147); }
div.DivClassName
{
background-color: #99BF93;
}
.BgClassName
{
background-color: #99BF93;
}
</style>
border-color css
<style>
span { border-color: #99BF93; }
span { border-color: rgb(153,191,147); }
td.TdClassName
{
border-color: #99BF93;
}
.TagClassName
{
border-color: #99BF93;
}
</style>