Shades of Shadow Green #9CBAB5
Tints of Shadow Green #9CBAB5
RGB
CMYK
RGB Variations
Color information
#9CBAB5 (or 0x9CBAB5) is known color: Shadow Green. HEX triplet: 9C, BA and B5. RGB value is (156,186,181). Sum of RGB (Red+Green+Blue) = 156+186+181=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBAB5 is #63454A. Grayscale: #B0B0B0. Windows color (decimal): -6505803 or 11909788. OLE color: 11909788.
HSL color Cylindrical-coordinate representation of color #9CBAB5: hue angle of 170º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CBAB5 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 156 | 186 | 181 | - |
CMYK | 0.16 | 0 | 0.03 | 0.27 |
HSL | 170º | 0.18% | 0.67% | - |
HSV(B) | 170º | 0.16% | 0.73% | - |
XYZ | 39.61 | 45.52 | 50.42 | - |
YUV | 176.46 | 130.56 | 113.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 186 | 181 | 0.16 | 0 | 0.03 | 0.27 | 170 | 0.18 | 0.67 |
Hex | 9C | BA | B5 | 10 | 0 | 3 | 1B | AA | 12 | 43 |
Octal | 234 | 272 | 265 | 20 | 0 | 3 | 33 | 252 | 22 | 103 |
Binary | 10011100 | 10111010 | 10110101 | 10000 | 0 | 11 | 11011 | 10101010 | 10010 | 1000011 |
Color Harmonies of #9CBAB5
Complementary color
Monochromatic Colors of #9CBAB5
Black with #9CBAB5
Text Example
Text Example
White with #9CBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAB5; }
p { color: rgb(156,186,181); }
H1.HeaderClassName
{
color: #9CBAB5;
}
.AnyTagClassName
{
color: #9CBAB5;
}
</style>
background-color css
<style>
a { background-color: #9CBAB5; }
a { background-color: rgb(156,186,181); }
div.DivClassName
{
background-color: #9CBAB5;
}
.BgClassName
{
background-color: #9CBAB5;
}
</style>
border-color css
<style>
span { border-color: #9CBAB5; }
span { border-color: rgb(156,186,181); }
td.TdClassName
{
border-color: #9CBAB5;
}
.TagClassName
{
border-color: #9CBAB5;
}
</style>