Shades of Spring Rain #9CBA92
Tints of Spring Rain #9CBA92
RGB
CMYK
RGB Variations
Color information
#9CBA92 (or 0x9CBA92) is known color: Spring Rain. HEX triplet: 9C, BA and 92. RGB value is (156,186,146). Sum of RGB (Red+Green+Blue) = 156+186+146=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA92 is #63456D. Grayscale: #ACACAC. Windows color (decimal): -6505838 or 9616028. OLE color: 9616028.
HSL color Cylindrical-coordinate representation of color #9CBA92: hue angle of 105º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CBA92 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 146 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.27 |
| HSL | 105º | 0.22% | 0.65% | - |
| HSV(B) | 105º | 0.22% | 0.73% | - |
| XYZ | 36.46 | 44.26 | 33.82 | - |
| YUV | 172.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 146 | 0.16 | 0 | 0.22 | 0.27 | 105 | 0.22 | 0.65 |
| Hex | 9C | BA | 92 | 10 | 0 | 16 | 1B | 69 | 16 | 41 |
| Octal | 234 | 272 | 222 | 20 | 0 | 26 | 33 | 151 | 26 | 101 |
| Binary | 10011100 | 10111010 | 10010010 | 10000 | 0 | 10110 | 11011 | 1101001 | 10110 | 1000001 |
Color Harmonies of #9CBA92
Complementary color
Monochromatic Colors of #9CBA92
Black with #9CBA92
Text Example
Text Example
White with #9CBA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA92; }
p { color: rgb(156,186,146); }
H1.HeaderClassName
{
color: #9CBA92;
}
.AnyTagClassName
{
color: #9CBA92;
}
</style>
background-color css
<style>
a { background-color: #9CBA92; }
a { background-color: rgb(156,186,146); }
div.DivClassName
{
background-color: #9CBA92;
}
.BgClassName
{
background-color: #9CBA92;
}
</style>
border-color css
<style>
span { border-color: #9CBA92; }
span { border-color: rgb(156,186,146); }
td.TdClassName
{
border-color: #9CBA92;
}
.TagClassName
{
border-color: #9CBA92;
}
</style>