Shades of Spring Rain #99BA91
Tints of Spring Rain #99BA91
RGB
CMYK
RGB Variations
Color information
#99BA91 (or 0x99BA91) is known color: Spring Rain. HEX triplet: 99, BA and 91. RGB value is (153,186,145). Sum of RGB (Red+Green+Blue) = 153+186+145=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA91 is #66456E. Grayscale: #ABABAB. Windows color (decimal): -6702447 or 9550489. OLE color: 9550489.
HSL color Cylindrical-coordinate representation of color #99BA91: hue angle of 108.29º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99BA91 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 145 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.27 |
| HSL | 108.29º | 0.23% | 0.65% | - |
| HSV(B) | 108.29º | 0.22% | 0.73% | - |
| XYZ | 35.81 | 43.93 | 33.38 | - |
| YUV | 171.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 145 | 0.18 | 0 | 0.22 | 0.27 | 108.29 | 0.23 | 0.65 |
| Hex | 99 | BA | 91 | 12 | 0 | 16 | 1B | 6C | 17 | 41 |
| Octal | 231 | 272 | 221 | 22 | 0 | 26 | 33 | 154 | 27 | 101 |
| Binary | 10011001 | 10111010 | 10010001 | 10010 | 0 | 10110 | 11011 | 1101100 | 10111 | 1000001 |
Color Harmonies of #99BA91
Complementary color
Monochromatic Colors of #99BA91
Black with #99BA91
Text Example
Text Example
White with #99BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA91; }
p { color: rgb(153,186,145); }
H1.HeaderClassName
{
color: #99BA91;
}
.AnyTagClassName
{
color: #99BA91;
}
</style>
background-color css
<style>
a { background-color: #99BA91; }
a { background-color: rgb(153,186,145); }
div.DivClassName
{
background-color: #99BA91;
}
.BgClassName
{
background-color: #99BA91;
}
</style>
border-color css
<style>
span { border-color: #99BA91; }
span { border-color: rgb(153,186,145); }
td.TdClassName
{
border-color: #99BA91;
}
.TagClassName
{
border-color: #99BA91;
}
</style>