Shades of Spring Rain #99BA94
Tints of Spring Rain #99BA94
RGB
CMYK
RGB Variations
Color information
#99BA94 (or 0x99BA94) is known color: Spring Rain. HEX triplet: 99, BA and 94. RGB value is (153,186,148). Sum of RGB (Red+Green+Blue) = 153+186+148=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA94 is #66456B. Grayscale: #ABABAB. Windows color (decimal): -6702444 or 9747097. OLE color: 9747097.
HSL color Cylindrical-coordinate representation of color #99BA94: hue angle of 112.11º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BA94 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 148 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.27 |
| HSL | 112.11º | 0.22% | 0.65% | - |
| HSV(B) | 112.11º | 0.2% | 0.73% | - |
| XYZ | 36.04 | 44.03 | 34.62 | - |
| YUV | 171.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 148 | 0.18 | 0 | 0.20 | 0.27 | 112.11 | 0.22 | 0.65 |
| Hex | 99 | BA | 94 | 12 | 0 | 14 | 1B | 70 | 16 | 41 |
| Octal | 231 | 272 | 224 | 22 | 0 | 24 | 33 | 160 | 26 | 101 |
| Binary | 10011001 | 10111010 | 10010100 | 10010 | 0 | 10100 | 11011 | 1110000 | 10110 | 1000001 |
Color Harmonies of #99BA94
Complementary color
Monochromatic Colors of #99BA94
Black with #99BA94
Text Example
Text Example
White with #99BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA94; }
p { color: rgb(153,186,148); }
H1.HeaderClassName
{
color: #99BA94;
}
.AnyTagClassName
{
color: #99BA94;
}
</style>
background-color css
<style>
a { background-color: #99BA94; }
a { background-color: rgb(153,186,148); }
div.DivClassName
{
background-color: #99BA94;
}
.BgClassName
{
background-color: #99BA94;
}
</style>
border-color css
<style>
span { border-color: #99BA94; }
span { border-color: rgb(153,186,148); }
td.TdClassName
{
border-color: #99BA94;
}
.TagClassName
{
border-color: #99BA94;
}
</style>