Shades of Spring Rain #9CBA9A
Tints of Spring Rain #9CBA9A
RGB
CMYK
RGB Variations
Color information
#9CBA9A (or 0x9CBA9A) is known color: Spring Rain. HEX triplet: 9C, BA and 9A. RGB value is (156,186,154). Sum of RGB (Red+Green+Blue) = 156+186+154=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA9A is #634565. Grayscale: #ADADAD. Windows color (decimal): -6505830 or 10140316. OLE color: 10140316.
HSL color Cylindrical-coordinate representation of color #9CBA9A: hue angle of 116.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBA9A is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 154 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.27 |
| HSL | 116.25º | 0.19% | 0.67% | - |
| HSV(B) | 116.25º | 0.17% | 0.73% | - |
| XYZ | 37.1 | 44.52 | 37.21 | - |
| YUV | 173.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 154 | 0.16 | 0 | 0.17 | 0.27 | 116.25 | 0.19 | 0.67 |
| Hex | 9C | BA | 9A | 10 | 0 | 11 | 1B | 74 | 13 | 43 |
| Octal | 234 | 272 | 232 | 20 | 0 | 21 | 33 | 164 | 23 | 103 |
| Binary | 10011100 | 10111010 | 10011010 | 10000 | 0 | 10001 | 11011 | 1110100 | 10011 | 1000011 |
Color Harmonies of #9CBA9A
Complementary color
Monochromatic Colors of #9CBA9A
Black with #9CBA9A
Text Example
Text Example
White with #9CBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA9A; }
p { color: rgb(156,186,154); }
H1.HeaderClassName
{
color: #9CBA9A;
}
.AnyTagClassName
{
color: #9CBA9A;
}
</style>
background-color css
<style>
a { background-color: #9CBA9A; }
a { background-color: rgb(156,186,154); }
div.DivClassName
{
background-color: #9CBA9A;
}
.BgClassName
{
background-color: #9CBA9A;
}
</style>
border-color css
<style>
span { border-color: #9CBA9A; }
span { border-color: rgb(156,186,154); }
td.TdClassName
{
border-color: #9CBA9A;
}
.TagClassName
{
border-color: #9CBA9A;
}
</style>