Shades of Shadow Green #9BC2BD
Tints of Shadow Green #9BC2BD
RGB
CMYK
RGB Variations
Color information
#9BC2BD (or 0x9BC2BD) is known color: Shadow Green. HEX triplet: 9B, C2 and BD. RGB value is (155,194,189). Sum of RGB (Red+Green+Blue) = 155+194+189=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2BD is #643D42. Grayscale: #B5B5B5. Windows color (decimal): -6569283 or 12436123. OLE color: 12436123.
HSL color Cylindrical-coordinate representation of color #9BC2BD: hue angle of 172.31º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BC2BD is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 189 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.24 |
| HSL | 172.31º | 0.24% | 0.68% | - |
| HSV(B) | 172.31º | 0.2% | 0.76% | - |
| XYZ | 41.99 | 49.23 | 55.43 | - |
| YUV | 181.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 189 | 0.20 | 0 | 0.03 | 0.24 | 172.31 | 0.24 | 0.68 |
| Hex | 9B | C2 | BD | 14 | 0 | 3 | 18 | AC | 18 | 44 |
| Octal | 233 | 302 | 275 | 24 | 0 | 3 | 30 | 254 | 30 | 104 |
| Binary | 10011011 | 11000010 | 10111101 | 10100 | 0 | 11 | 11000 | 10101100 | 11000 | 1000100 |
Color Harmonies of #9BC2BD
Complementary color
Monochromatic Colors of #9BC2BD
Black with #9BC2BD
Text Example
Text Example
White with #9BC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC2BD; }
p { color: rgb(155,194,189); }
H1.HeaderClassName
{
color: #9BC2BD;
}
.AnyTagClassName
{
color: #9BC2BD;
}
</style>
background-color css
<style>
a { background-color: #9BC2BD; }
a { background-color: rgb(155,194,189); }
div.DivClassName
{
background-color: #9BC2BD;
}
.BgClassName
{
background-color: #9BC2BD;
}
</style>
border-color css
<style>
span { border-color: #9BC2BD; }
span { border-color: rgb(155,194,189); }
td.TdClassName
{
border-color: #9BC2BD;
}
.TagClassName
{
border-color: #9BC2BD;
}
</style>