Shades of Spring Rain #9CCB94
Tints of Spring Rain #9CCB94
RGB
CMYK
RGB Variations
Color information
#9CCB94 (or 0x9CCB94) is known color: Spring Rain. HEX triplet: 9C, CB and 94. RGB value is (156,203,148). Sum of RGB (Red+Green+Blue) = 156+203+148=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCB94 is #63346B. Grayscale: #B6B6B6. Windows color (decimal): -6501484 or 9751452. OLE color: 9751452.
HSL color Cylindrical-coordinate representation of color #9CCB94: hue angle of 111.27º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CCB94 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 148 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.20 |
| HSL | 111.27º | 0.35% | 0.69% | - |
| HSV(B) | 111.27º | 0.27% | 0.8% | - |
| XYZ | 40.41 | 51.92 | 35.91 | - |
| YUV | 182.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 148 | 0.23 | 0 | 0.27 | 0.20 | 111.27 | 0.35 | 0.69 |
| Hex | 9C | CB | 94 | 17 | 0 | 1B | 14 | 6F | 23 | 45 |
| Octal | 234 | 313 | 224 | 27 | 0 | 33 | 24 | 157 | 43 | 105 |
| Binary | 10011100 | 11001011 | 10010100 | 10111 | 0 | 11011 | 10100 | 1101111 | 100011 | 1000101 |
Color Harmonies of #9CCB94
Complementary color
Monochromatic Colors of #9CCB94
Black with #9CCB94
Text Example
Text Example
White with #9CCB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB94; }
p { color: rgb(156,203,148); }
H1.HeaderClassName
{
color: #9CCB94;
}
.AnyTagClassName
{
color: #9CCB94;
}
</style>
background-color css
<style>
a { background-color: #9CCB94; }
a { background-color: rgb(156,203,148); }
div.DivClassName
{
background-color: #9CCB94;
}
.BgClassName
{
background-color: #9CCB94;
}
</style>
border-color css
<style>
span { border-color: #9CCB94; }
span { border-color: rgb(156,203,148); }
td.TdClassName
{
border-color: #9CCB94;
}
.TagClassName
{
border-color: #9CCB94;
}
</style>