Shades of Spring Rain #99BA8E
Tints of Spring Rain #99BA8E
RGB
CMYK
RGB Variations
Color information
#99BA8E (or 0x99BA8E) is known color: Spring Rain. HEX triplet: 99, BA and 8E. RGB value is (153,186,142). Sum of RGB (Red+Green+Blue) = 153+186+142=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA8E is #664571. Grayscale: #ABABAB. Windows color (decimal): -6702450 or 9353881. OLE color: 9353881.
HSL color Cylindrical-coordinate representation of color #99BA8E: hue angle of 105º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99BA8E is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 142 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.27 |
| HSL | 105º | 0.24% | 0.64% | - |
| HSV(B) | 105º | 0.24% | 0.73% | - |
| XYZ | 35.58 | 43.84 | 32.18 | - |
| YUV | 171.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 142 | 0.18 | 0 | 0.24 | 0.27 | 105 | 0.24 | 0.64 |
| Hex | 99 | BA | 8E | 12 | 0 | 18 | 1B | 69 | 18 | 40 |
| Octal | 231 | 272 | 216 | 22 | 0 | 30 | 33 | 151 | 30 | 100 |
| Binary | 10011001 | 10111010 | 10001110 | 10010 | 0 | 11000 | 11011 | 1101001 | 11000 | 1000000 |
Color Harmonies of #99BA8E
Complementary color
Monochromatic Colors of #99BA8E
Black with #99BA8E
Text Example
Text Example
White with #99BA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA8E; }
p { color: rgb(153,186,142); }
H1.HeaderClassName
{
color: #99BA8E;
}
.AnyTagClassName
{
color: #99BA8E;
}
</style>
background-color css
<style>
a { background-color: #99BA8E; }
a { background-color: rgb(153,186,142); }
div.DivClassName
{
background-color: #99BA8E;
}
.BgClassName
{
background-color: #99BA8E;
}
</style>
border-color css
<style>
span { border-color: #99BA8E; }
span { border-color: rgb(153,186,142); }
td.TdClassName
{
border-color: #99BA8E;
}
.TagClassName
{
border-color: #99BA8E;
}
</style>