Shades of Spring Rain #9CB692
Tints of Spring Rain #9CB692
RGB
CMYK
RGB Variations
Color information
#9CB692 (or 0x9CB692) is known color: Spring Rain. HEX triplet: 9C, B6 and 92. RGB value is (156,182,146). Sum of RGB (Red+Green+Blue) = 156+182+146=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB692 is #63496D. Grayscale: #AAAAAA. Windows color (decimal): -6506862 or 9615004. OLE color: 9615004.
HSL color Cylindrical-coordinate representation of color #9CB692: hue angle of 103.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CB692 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 182 | 146 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.29 |
| HSL | 103.33º | 0.2% | 0.64% | - |
| HSV(B) | 103.33º | 0.2% | 0.71% | - |
| XYZ | 35.63 | 42.6 | 33.54 | - |
| YUV | 170.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 146 | 0.14 | 0 | 0.20 | 0.29 | 103.33 | 0.2 | 0.64 |
| Hex | 9C | B6 | 92 | E | 0 | 14 | 1D | 67 | 14 | 40 |
| Octal | 234 | 266 | 222 | 16 | 0 | 24 | 35 | 147 | 24 | 100 |
| Binary | 10011100 | 10110110 | 10010010 | 1110 | 0 | 10100 | 11101 | 1100111 | 10100 | 1000000 |
Color Harmonies of #9CB692
Complementary color
Monochromatic Colors of #9CB692
Black with #9CB692
Text Example
Text Example
White with #9CB692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB692; }
p { color: rgb(156,182,146); }
H1.HeaderClassName
{
color: #9CB692;
}
.AnyTagClassName
{
color: #9CB692;
}
</style>
background-color css
<style>
a { background-color: #9CB692; }
a { background-color: rgb(156,182,146); }
div.DivClassName
{
background-color: #9CB692;
}
.BgClassName
{
background-color: #9CB692;
}
</style>
border-color css
<style>
span { border-color: #9CB692; }
span { border-color: rgb(156,182,146); }
td.TdClassName
{
border-color: #9CB692;
}
.TagClassName
{
border-color: #9CB692;
}
</style>