Shades of Spring Rain #9CB89A
Tints of Spring Rain #9CB89A
RGB
CMYK
RGB Variations
Color information
#9CB89A (or 0x9CB89A) is known color: Spring Rain. HEX triplet: 9C, B8 and 9A. RGB value is (156,184,154). Sum of RGB (Red+Green+Blue) = 156+184+154=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB89A is #634765. Grayscale: #ACACAC. Windows color (decimal): -6506342 or 10139804. OLE color: 10139804.
HSL color Cylindrical-coordinate representation of color #9CB89A: hue angle of 116º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CB89A is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 154 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.28 |
| HSL | 116º | 0.17% | 0.66% | - |
| HSV(B) | 116º | 0.16% | 0.72% | - |
| XYZ | 36.68 | 43.68 | 37.07 | - |
| YUV | 172.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 154 | 0.15 | 0 | 0.16 | 0.28 | 116 | 0.17 | 0.66 |
| Hex | 9C | B8 | 9A | F | 0 | 10 | 1C | 74 | 11 | 42 |
| Octal | 234 | 270 | 232 | 17 | 0 | 20 | 34 | 164 | 21 | 102 |
| Binary | 10011100 | 10111000 | 10011010 | 1111 | 0 | 10000 | 11100 | 1110100 | 10001 | 1000010 |
Color Harmonies of #9CB89A
Complementary color
Monochromatic Colors of #9CB89A
Black with #9CB89A
Text Example
Text Example
White with #9CB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB89A; }
p { color: rgb(156,184,154); }
H1.HeaderClassName
{
color: #9CB89A;
}
.AnyTagClassName
{
color: #9CB89A;
}
</style>
background-color css
<style>
a { background-color: #9CB89A; }
a { background-color: rgb(156,184,154); }
div.DivClassName
{
background-color: #9CB89A;
}
.BgClassName
{
background-color: #9CB89A;
}
</style>
border-color css
<style>
span { border-color: #9CB89A; }
span { border-color: rgb(156,184,154); }
td.TdClassName
{
border-color: #9CB89A;
}
.TagClassName
{
border-color: #9CB89A;
}
</style>