Shades of Spring Rain #9FBB9A
Tints of Spring Rain #9FBB9A
RGB
CMYK
RGB Variations
Color information
#9FBB9A (or 0x9FBB9A) is known color: Spring Rain. HEX triplet: 9F, BB and 9A. RGB value is (159,187,154). Sum of RGB (Red+Green+Blue) = 159+187+154=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBB9A is #604465. Grayscale: #AEAEAE. Windows color (decimal): -6308966 or 10140575. OLE color: 10140575.
HSL color Cylindrical-coordinate representation of color #9FBB9A: hue angle of 110.91º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FBB9A is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 154 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.27 |
| HSL | 110.91º | 0.2% | 0.67% | - |
| HSV(B) | 110.91º | 0.18% | 0.73% | - |
| XYZ | 37.9 | 45.24 | 37.31 | - |
| YUV | 174.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 154 | 0.15 | 0 | 0.18 | 0.27 | 110.91 | 0.2 | 0.67 |
| Hex | 9F | BB | 9A | F | 0 | 12 | 1B | 6F | 14 | 43 |
| Octal | 237 | 273 | 232 | 17 | 0 | 22 | 33 | 157 | 24 | 103 |
| Binary | 10011111 | 10111011 | 10011010 | 1111 | 0 | 10010 | 11011 | 1101111 | 10100 | 1000011 |
Color Harmonies of #9FBB9A
Complementary color
Monochromatic Colors of #9FBB9A
Black with #9FBB9A
Text Example
Text Example
White with #9FBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBB9A; }
p { color: rgb(159,187,154); }
H1.HeaderClassName
{
color: #9FBB9A;
}
.AnyTagClassName
{
color: #9FBB9A;
}
</style>
background-color css
<style>
a { background-color: #9FBB9A; }
a { background-color: rgb(159,187,154); }
div.DivClassName
{
background-color: #9FBB9A;
}
.BgClassName
{
background-color: #9FBB9A;
}
</style>
border-color css
<style>
span { border-color: #9FBB9A; }
span { border-color: rgb(159,187,154); }
td.TdClassName
{
border-color: #9FBB9A;
}
.TagClassName
{
border-color: #9FBB9A;
}
</style>