Shades of Spring Rain #9ABD93
Tints of Spring Rain #9ABD93
RGB
CMYK
RGB Variations
Color information
#9ABD93 (or 0x9ABD93) is known color: Spring Rain. HEX triplet: 9A, BD and 93. RGB value is (154,189,147). Sum of RGB (Red+Green+Blue) = 154+189+147=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABD93 is #65426C. Grayscale: #ADADAD. Windows color (decimal): -6636141 or 9682330. OLE color: 9682330.
HSL color Cylindrical-coordinate representation of color #9ABD93: hue angle of 110º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ABD93 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 147 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.26 |
| HSL | 110º | 0.24% | 0.66% | - |
| HSV(B) | 110º | 0.22% | 0.74% | - |
| XYZ | 36.79 | 45.37 | 34.42 | - |
| YUV | 173.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 147 | 0.19 | 0 | 0.22 | 0.26 | 110 | 0.24 | 0.66 |
| Hex | 9A | BD | 93 | 13 | 0 | 16 | 1A | 6E | 18 | 42 |
| Octal | 232 | 275 | 223 | 23 | 0 | 26 | 32 | 156 | 30 | 102 |
| Binary | 10011010 | 10111101 | 10010011 | 10011 | 0 | 10110 | 11010 | 1101110 | 11000 | 1000010 |
Color Harmonies of #9ABD93
Complementary color
Monochromatic Colors of #9ABD93
Black with #9ABD93
Text Example
Text Example
White with #9ABD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD93; }
p { color: rgb(154,189,147); }
H1.HeaderClassName
{
color: #9ABD93;
}
.AnyTagClassName
{
color: #9ABD93;
}
</style>
background-color css
<style>
a { background-color: #9ABD93; }
a { background-color: rgb(154,189,147); }
div.DivClassName
{
background-color: #9ABD93;
}
.BgClassName
{
background-color: #9ABD93;
}
</style>
border-color css
<style>
span { border-color: #9ABD93; }
span { border-color: rgb(154,189,147); }
td.TdClassName
{
border-color: #9ABD93;
}
.TagClassName
{
border-color: #9ABD93;
}
</style>