Shades of Spring Rain #9ABD91
Tints of Spring Rain #9ABD91
RGB
CMYK
RGB Variations
Color information
#9ABD91 (or 0x9ABD91) is known color: Spring Rain. HEX triplet: 9A, BD and 91. RGB value is (154,189,145). Sum of RGB (Red+Green+Blue) = 154+189+145=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABD91 is #65426E. Grayscale: #ADADAD. Windows color (decimal): -6636143 or 9551258. OLE color: 9551258.
HSL color Cylindrical-coordinate representation of color #9ABD91: hue angle of 107.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ABD91 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 145 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.26 |
| HSL | 107.73º | 0.25% | 0.65% | - |
| HSV(B) | 107.73º | 0.23% | 0.74% | - |
| XYZ | 36.63 | 45.31 | 33.6 | - |
| YUV | 173.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 145 | 0.19 | 0 | 0.23 | 0.26 | 107.73 | 0.25 | 0.65 |
| Hex | 9A | BD | 91 | 13 | 0 | 17 | 1A | 6C | 19 | 41 |
| Octal | 232 | 275 | 221 | 23 | 0 | 27 | 32 | 154 | 31 | 101 |
| Binary | 10011010 | 10111101 | 10010001 | 10011 | 0 | 10111 | 11010 | 1101100 | 11001 | 1000001 |
Color Harmonies of #9ABD91
Complementary color
Monochromatic Colors of #9ABD91
Black with #9ABD91
Text Example
Text Example
White with #9ABD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD91; }
p { color: rgb(154,189,145); }
H1.HeaderClassName
{
color: #9ABD91;
}
.AnyTagClassName
{
color: #9ABD91;
}
</style>
background-color css
<style>
a { background-color: #9ABD91; }
a { background-color: rgb(154,189,145); }
div.DivClassName
{
background-color: #9ABD91;
}
.BgClassName
{
background-color: #9ABD91;
}
</style>
border-color css
<style>
span { border-color: #9ABD91; }
span { border-color: rgb(154,189,145); }
td.TdClassName
{
border-color: #9ABD91;
}
.TagClassName
{
border-color: #9ABD91;
}
</style>