Shades of Spring Rain #99BB92
Tints of Spring Rain #99BB92
RGB
CMYK
RGB Variations
Color information
#99BB92 (or 0x99BB92) is known color: Spring Rain. HEX triplet: 99, BB and 92. RGB value is (153,187,146). Sum of RGB (Red+Green+Blue) = 153+187+146=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BB92 is #66446D. Grayscale: #ACACAC. Windows color (decimal): -6702190 or 9616281. OLE color: 9616281.
HSL color Cylindrical-coordinate representation of color #99BB92: hue angle of 109.76º 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 #99BB92 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 146 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.27 |
| HSL | 109.76º | 0.23% | 0.65% | - |
| HSV(B) | 109.76º | 0.22% | 0.73% | - |
| XYZ | 36.1 | 44.39 | 33.86 | - |
| YUV | 172.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 146 | 0.18 | 0 | 0.22 | 0.27 | 109.76 | 0.23 | 0.65 |
| Hex | 99 | BB | 92 | 12 | 0 | 16 | 1B | 6E | 17 | 41 |
| Octal | 231 | 273 | 222 | 22 | 0 | 26 | 33 | 156 | 27 | 101 |
| Binary | 10011001 | 10111011 | 10010010 | 10010 | 0 | 10110 | 11011 | 1101110 | 10111 | 1000001 |
Color Harmonies of #99BB92
Complementary color
Monochromatic Colors of #99BB92
Black with #99BB92
Text Example
Text Example
White with #99BB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB92; }
p { color: rgb(153,187,146); }
H1.HeaderClassName
{
color: #99BB92;
}
.AnyTagClassName
{
color: #99BB92;
}
</style>
background-color css
<style>
a { background-color: #99BB92; }
a { background-color: rgb(153,187,146); }
div.DivClassName
{
background-color: #99BB92;
}
.BgClassName
{
background-color: #99BB92;
}
</style>
border-color css
<style>
span { border-color: #99BB92; }
span { border-color: rgb(153,187,146); }
td.TdClassName
{
border-color: #99BB92;
}
.TagClassName
{
border-color: #99BB92;
}
</style>