Shades of Shadow Green #9BCAB9
Tints of Shadow Green #9BCAB9
RGB
CMYK
RGB Variations
Color information
#9BCAB9 (or 0x9BCAB9) is known color: Shadow Green. HEX triplet: 9B, CA and B9. RGB value is (155,202,185). Sum of RGB (Red+Green+Blue) = 155+202+185=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAB9 is #643546. Grayscale: #BABABA. Windows color (decimal): -6567239 or 12176027. OLE color: 12176027.
HSL color Cylindrical-coordinate representation of color #9BCAB9: hue angle of 158.3º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCAB9 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 185 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.21 |
| HSL | 158.3º | 0.31% | 0.7% | - |
| HSV(B) | 158.3º | 0.23% | 0.79% | - |
| XYZ | 43.4 | 52.71 | 53.79 | - |
| YUV | 186.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 185 | 0.23 | 0 | 0.08 | 0.21 | 158.3 | 0.31 | 0.7 |
| Hex | 9B | CA | B9 | 17 | 0 | 8 | 15 | 9E | 1F | 46 |
| Octal | 233 | 312 | 271 | 27 | 0 | 10 | 25 | 236 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10111001 | 10111 | 0 | 1000 | 10101 | 10011110 | 11111 | 1000110 |
Color Harmonies of #9BCAB9
Complementary color
Monochromatic Colors of #9BCAB9
Black with #9BCAB9
Text Example
Text Example
White with #9BCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAB9; }
p { color: rgb(155,202,185); }
H1.HeaderClassName
{
color: #9BCAB9;
}
.AnyTagClassName
{
color: #9BCAB9;
}
</style>
background-color css
<style>
a { background-color: #9BCAB9; }
a { background-color: rgb(155,202,185); }
div.DivClassName
{
background-color: #9BCAB9;
}
.BgClassName
{
background-color: #9BCAB9;
}
</style>
border-color css
<style>
span { border-color: #9BCAB9; }
span { border-color: rgb(155,202,185); }
td.TdClassName
{
border-color: #9BCAB9;
}
.TagClassName
{
border-color: #9BCAB9;
}
</style>