Shades of Spring Rain #9CBE9A
Tints of Spring Rain #9CBE9A
RGB
CMYK
RGB Variations
Color information
#9CBE9A (or 0x9CBE9A) is known color: Spring Rain. HEX triplet: 9C, BE and 9A. RGB value is (156,190,154). Sum of RGB (Red+Green+Blue) = 156+190+154=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBE9A is #634165. Grayscale: #AFAFAF. Windows color (decimal): -6504806 or 10141340. OLE color: 10141340.
HSL color Cylindrical-coordinate representation of color #9CBE9A: hue angle of 116.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CBE9A is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 154 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.25 |
| HSL | 116.67º | 0.22% | 0.67% | - |
| HSV(B) | 116.67º | 0.19% | 0.75% | - |
| XYZ | 37.96 | 46.23 | 37.49 | - |
| YUV | 175.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 154 | 0.18 | 0 | 0.19 | 0.25 | 116.67 | 0.22 | 0.67 |
| Hex | 9C | BE | 9A | 12 | 0 | 13 | 19 | 75 | 16 | 43 |
| Octal | 234 | 276 | 232 | 22 | 0 | 23 | 31 | 165 | 26 | 103 |
| Binary | 10011100 | 10111110 | 10011010 | 10010 | 0 | 10011 | 11001 | 1110101 | 10110 | 1000011 |
Color Harmonies of #9CBE9A
Complementary color
Monochromatic Colors of #9CBE9A
Black with #9CBE9A
Text Example
Text Example
White with #9CBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBE9A; }
p { color: rgb(156,190,154); }
H1.HeaderClassName
{
color: #9CBE9A;
}
.AnyTagClassName
{
color: #9CBE9A;
}
</style>
background-color css
<style>
a { background-color: #9CBE9A; }
a { background-color: rgb(156,190,154); }
div.DivClassName
{
background-color: #9CBE9A;
}
.BgClassName
{
background-color: #9CBE9A;
}
</style>
border-color css
<style>
span { border-color: #9CBE9A; }
span { border-color: rgb(156,190,154); }
td.TdClassName
{
border-color: #9CBE9A;
}
.TagClassName
{
border-color: #9CBE9A;
}
</style>