Shades of Spring Rain #9ABB8C
Tints of Spring Rain #9ABB8C
RGB
CMYK
RGB Variations
Color information
#9ABB8C (or 0x9ABB8C) is known color: Spring Rain. HEX triplet: 9A, BB and 8C. RGB value is (154,187,140). Sum of RGB (Red+Green+Blue) = 154+187+140=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABB8C is #654473. Grayscale: #ABABAB. Windows color (decimal): -6636660 or 9223066. OLE color: 9223066.
HSL color Cylindrical-coordinate representation of color #9ABB8C: hue angle of 102.13º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABB8C is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 140 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.27 |
| HSL | 102.13º | 0.26% | 0.64% | - |
| HSV(B) | 102.13º | 0.25% | 0.73% | - |
| XYZ | 35.83 | 44.3 | 31.47 | - |
| YUV | 171.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 140 | 0.18 | 0 | 0.25 | 0.27 | 102.13 | 0.26 | 0.64 |
| Hex | 9A | BB | 8C | 12 | 0 | 19 | 1B | 66 | 1A | 40 |
| Octal | 232 | 273 | 214 | 22 | 0 | 31 | 33 | 146 | 32 | 100 |
| Binary | 10011010 | 10111011 | 10001100 | 10010 | 0 | 11001 | 11011 | 1100110 | 11010 | 1000000 |
Color Harmonies of #9ABB8C
Complementary color
Monochromatic Colors of #9ABB8C
Black with #9ABB8C
Text Example
Text Example
White with #9ABB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABB8C; }
p { color: rgb(154,187,140); }
H1.HeaderClassName
{
color: #9ABB8C;
}
.AnyTagClassName
{
color: #9ABB8C;
}
</style>
background-color css
<style>
a { background-color: #9ABB8C; }
a { background-color: rgb(154,187,140); }
div.DivClassName
{
background-color: #9ABB8C;
}
.BgClassName
{
background-color: #9ABB8C;
}
</style>
border-color css
<style>
span { border-color: #9ABB8C; }
span { border-color: rgb(154,187,140); }
td.TdClassName
{
border-color: #9ABB8C;
}
.TagClassName
{
border-color: #9ABB8C;
}
</style>