Shades of Spring Rain #99BE94
Tints of Spring Rain #99BE94
RGB
CMYK
RGB Variations
Color information
#99BE94 (or 0x99BE94) is known color: Spring Rain. HEX triplet: 99, BE and 94. RGB value is (153,190,148). Sum of RGB (Red+Green+Blue) = 153+190+148=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BE94 is #66416B. Grayscale: #AEAEAE. Windows color (decimal): -6701420 or 9748121. OLE color: 9748121.
HSL color Cylindrical-coordinate representation of color #99BE94: hue angle of 112.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99BE94 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 148 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.25 |
| HSL | 112.86º | 0.24% | 0.66% | - |
| HSV(B) | 112.86º | 0.22% | 0.75% | - |
| XYZ | 36.9 | 45.74 | 34.9 | - |
| YUV | 174.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 148 | 0.19 | 0 | 0.22 | 0.25 | 112.86 | 0.24 | 0.66 |
| Hex | 99 | BE | 94 | 13 | 0 | 16 | 19 | 71 | 18 | 42 |
| Octal | 231 | 276 | 224 | 23 | 0 | 26 | 31 | 161 | 30 | 102 |
| Binary | 10011001 | 10111110 | 10010100 | 10011 | 0 | 10110 | 11001 | 1110001 | 11000 | 1000010 |
Color Harmonies of #99BE94
Complementary color
Monochromatic Colors of #99BE94
Black with #99BE94
Text Example
Text Example
White with #99BE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BE94; }
p { color: rgb(153,190,148); }
H1.HeaderClassName
{
color: #99BE94;
}
.AnyTagClassName
{
color: #99BE94;
}
</style>
background-color css
<style>
a { background-color: #99BE94; }
a { background-color: rgb(153,190,148); }
div.DivClassName
{
background-color: #99BE94;
}
.BgClassName
{
background-color: #99BE94;
}
</style>
border-color css
<style>
span { border-color: #99BE94; }
span { border-color: rgb(153,190,148); }
td.TdClassName
{
border-color: #99BE94;
}
.TagClassName
{
border-color: #99BE94;
}
</style>