Shades of Shadow Green #9CBEB1
Tints of Shadow Green #9CBEB1
RGB
CMYK
RGB Variations
Color information
#9CBEB1 (or 0x9CBEB1) is known color: Shadow Green. HEX triplet: 9C, BE and B1. RGB value is (156,190,177). Sum of RGB (Red+Green+Blue) = 156+190+177=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBEB1 is #63414E. Grayscale: #B2B2B2. Windows color (decimal): -6504783 or 11648668. OLE color: 11648668.
HSL color Cylindrical-coordinate representation of color #9CBEB1: hue angle of 157.06º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBEB1 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 177 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.25 |
| HSL | 157.06º | 0.21% | 0.68% | - |
| HSV(B) | 157.06º | 0.18% | 0.75% | - |
| XYZ | 40.06 | 47.07 | 48.57 | - |
| YUV | 178.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 177 | 0.18 | 0 | 0.07 | 0.25 | 157.06 | 0.21 | 0.68 |
| Hex | 9C | BE | B1 | 12 | 0 | 7 | 19 | 9D | 15 | 44 |
| Octal | 234 | 276 | 261 | 22 | 0 | 7 | 31 | 235 | 25 | 104 |
| Binary | 10011100 | 10111110 | 10110001 | 10010 | 0 | 111 | 11001 | 10011101 | 10101 | 1000100 |
Color Harmonies of #9CBEB1
Complementary color
Monochromatic Colors of #9CBEB1
Black with #9CBEB1
Text Example
Text Example
White with #9CBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBEB1; }
p { color: rgb(156,190,177); }
H1.HeaderClassName
{
color: #9CBEB1;
}
.AnyTagClassName
{
color: #9CBEB1;
}
</style>
background-color css
<style>
a { background-color: #9CBEB1; }
a { background-color: rgb(156,190,177); }
div.DivClassName
{
background-color: #9CBEB1;
}
.BgClassName
{
background-color: #9CBEB1;
}
</style>
border-color css
<style>
span { border-color: #9CBEB1; }
span { border-color: rgb(156,190,177); }
td.TdClassName
{
border-color: #9CBEB1;
}
.TagClassName
{
border-color: #9CBEB1;
}
</style>