Shades of Spring Rain #9BBC95
Tints of Spring Rain #9BBC95
RGB
CMYK
RGB Variations
Color information
#9BBC95 (or 0x9BBC95) is known color: Spring Rain. HEX triplet: 9B, BC and 95. RGB value is (155,188,149). Sum of RGB (Red+Green+Blue) = 155+188+149=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC95 is #64436A. Grayscale: #ADADAD. Windows color (decimal): -6570859 or 9813147. OLE color: 9813147.
HSL color Cylindrical-coordinate representation of color #9BBC95: hue angle of 110.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BBC95 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
RGB | 155 | 188 | 149 | - |
CMYK | 0.18 | 0 | 0.21 | 0.26 |
HSL | 110.77º | 0.23% | 0.66% | - |
HSV(B) | 110.77º | 0.21% | 0.74% | - |
XYZ | 36.93 | 45.1 | 35.19 | - |
YUV | 173.69 | 114.07 | 114.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 155 | 188 | 149 | 0.18 | 0 | 0.21 | 0.26 | 110.77 | 0.23 | 0.66 |
Hex | 9B | BC | 95 | 12 | 0 | 15 | 1A | 6F | 17 | 42 |
Octal | 233 | 274 | 225 | 22 | 0 | 25 | 32 | 157 | 27 | 102 |
Binary | 10011011 | 10111100 | 10010101 | 10010 | 0 | 10101 | 11010 | 1101111 | 10111 | 1000010 |
Color Harmonies of #9BBC95
Complementary color
Monochromatic Colors of #9BBC95
Black with #9BBC95
Text Example
Text Example
White with #9BBC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC95; }
p { color: rgb(155,188,149); }
H1.HeaderClassName
{
color: #9BBC95;
}
.AnyTagClassName
{
color: #9BBC95;
}
</style>
background-color css
<style>
a { background-color: #9BBC95; }
a { background-color: rgb(155,188,149); }
div.DivClassName
{
background-color: #9BBC95;
}
.BgClassName
{
background-color: #9BBC95;
}
</style>
border-color css
<style>
span { border-color: #9BBC95; }
span { border-color: rgb(155,188,149); }
td.TdClassName
{
border-color: #9BBC95;
}
.TagClassName
{
border-color: #9BBC95;
}
</style>