Shades of Spring Rain #9CBC9A
Tints of Spring Rain #9CBC9A
RGB
CMYK
RGB Variations
Color information
#9CBC9A (or 0x9CBC9A) is known color: Spring Rain. HEX triplet: 9C, BC and 9A. RGB value is (156,188,154). Sum of RGB (Red+Green+Blue) = 156+188+154=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC9A is #634365. Grayscale: #AEAEAE. Windows color (decimal): -6505318 or 10140828. OLE color: 10140828.
HSL color Cylindrical-coordinate representation of color #9CBC9A: hue angle of 116.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBC9A is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 154 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.26 |
| HSL | 116.47º | 0.2% | 0.67% | - |
| HSV(B) | 116.47º | 0.18% | 0.74% | - |
| XYZ | 37.53 | 45.37 | 37.35 | - |
| YUV | 174.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 154 | 0.17 | 0 | 0.18 | 0.26 | 116.47 | 0.2 | 0.67 |
| Hex | 9C | BC | 9A | 11 | 0 | 12 | 1A | 74 | 14 | 43 |
| Octal | 234 | 274 | 232 | 21 | 0 | 22 | 32 | 164 | 24 | 103 |
| Binary | 10011100 | 10111100 | 10011010 | 10001 | 0 | 10010 | 11010 | 1110100 | 10100 | 1000011 |
Color Harmonies of #9CBC9A
Complementary color
Monochromatic Colors of #9CBC9A
Black with #9CBC9A
Text Example
Text Example
White with #9CBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC9A; }
p { color: rgb(156,188,154); }
H1.HeaderClassName
{
color: #9CBC9A;
}
.AnyTagClassName
{
color: #9CBC9A;
}
</style>
background-color css
<style>
a { background-color: #9CBC9A; }
a { background-color: rgb(156,188,154); }
div.DivClassName
{
background-color: #9CBC9A;
}
.BgClassName
{
background-color: #9CBC9A;
}
</style>
border-color css
<style>
span { border-color: #9CBC9A; }
span { border-color: rgb(156,188,154); }
td.TdClassName
{
border-color: #9CBC9A;
}
.TagClassName
{
border-color: #9CBC9A;
}
</style>