Shades of Spring Rain #9BBD8C
Tints of Spring Rain #9BBD8C
RGB
CMYK
RGB Variations
Color information
#9BBD8C (or 0x9BBD8C) is known color: Spring Rain. HEX triplet: 9B, BD and 8C. RGB value is (155,189,140). Sum of RGB (Red+Green+Blue) = 155+189+140=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD8C is #644273. Grayscale: #ADADAD. Windows color (decimal): -6570612 or 9223579. OLE color: 9223579.
HSL color Cylindrical-coordinate representation of color #9BBD8C: hue angle of 101.63º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BBD8C is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 140 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.26 |
| HSL | 101.63º | 0.27% | 0.65% | - |
| HSV(B) | 101.63º | 0.26% | 0.74% | - |
| XYZ | 36.45 | 45.26 | 31.63 | - |
| YUV | 173.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 140 | 0.18 | 0 | 0.26 | 0.26 | 101.63 | 0.27 | 0.65 |
| Hex | 9B | BD | 8C | 12 | 0 | 1A | 1A | 66 | 1B | 41 |
| Octal | 233 | 275 | 214 | 22 | 0 | 32 | 32 | 146 | 33 | 101 |
| Binary | 10011011 | 10111101 | 10001100 | 10010 | 0 | 11010 | 11010 | 1100110 | 11011 | 1000001 |
Color Harmonies of #9BBD8C
Complementary color
Monochromatic Colors of #9BBD8C
Black with #9BBD8C
Text Example
Text Example
White with #9BBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD8C; }
p { color: rgb(155,189,140); }
H1.HeaderClassName
{
color: #9BBD8C;
}
.AnyTagClassName
{
color: #9BBD8C;
}
</style>
background-color css
<style>
a { background-color: #9BBD8C; }
a { background-color: rgb(155,189,140); }
div.DivClassName
{
background-color: #9BBD8C;
}
.BgClassName
{
background-color: #9BBD8C;
}
</style>
border-color css
<style>
span { border-color: #9BBD8C; }
span { border-color: rgb(155,189,140); }
td.TdClassName
{
border-color: #9BBD8C;
}
.TagClassName
{
border-color: #9BBD8C;
}
</style>