Shades of Spring Rain #9CBB92
Tints of Spring Rain #9CBB92
RGB
CMYK
RGB Variations
Color information
#9CBB92 (or 0x9CBB92) is known color: Spring Rain. HEX triplet: 9C, BB and 92. RGB value is (156,187,146). Sum of RGB (Red+Green+Blue) = 156+187+146=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB92 is #63446D. Grayscale: #ADADAD. Windows color (decimal): -6505582 or 9616284. OLE color: 9616284.
HSL color Cylindrical-coordinate representation of color #9CBB92: hue angle of 105.37º degrees, saturation: 0.23, 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 #9CBB92 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 146 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.27 |
| HSL | 105.37º | 0.23% | 0.65% | - |
| HSV(B) | 105.37º | 0.22% | 0.73% | - |
| XYZ | 36.67 | 44.68 | 33.89 | - |
| YUV | 173.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 146 | 0.17 | 0 | 0.22 | 0.27 | 105.37 | 0.23 | 0.65 |
| Hex | 9C | BB | 92 | 11 | 0 | 16 | 1B | 69 | 17 | 41 |
| Octal | 234 | 273 | 222 | 21 | 0 | 26 | 33 | 151 | 27 | 101 |
| Binary | 10011100 | 10111011 | 10010010 | 10001 | 0 | 10110 | 11011 | 1101001 | 10111 | 1000001 |
Color Harmonies of #9CBB92
Complementary color
Monochromatic Colors of #9CBB92
Black with #9CBB92
Text Example
Text Example
White with #9CBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB92; }
p { color: rgb(156,187,146); }
H1.HeaderClassName
{
color: #9CBB92;
}
.AnyTagClassName
{
color: #9CBB92;
}
</style>
background-color css
<style>
a { background-color: #9CBB92; }
a { background-color: rgb(156,187,146); }
div.DivClassName
{
background-color: #9CBB92;
}
.BgClassName
{
background-color: #9CBB92;
}
</style>
border-color css
<style>
span { border-color: #9CBB92; }
span { border-color: rgb(156,187,146); }
td.TdClassName
{
border-color: #9CBB92;
}
.TagClassName
{
border-color: #9CBB92;
}
</style>