Shades of Shadow Green #9CBDB3
Tints of Shadow Green #9CBDB3
RGB
CMYK
RGB Variations
Color information
#9CBDB3 (or 0x9CBDB3) is known color: Shadow Green. HEX triplet: 9C, BD and B3. RGB value is (156,189,179). Sum of RGB (Red+Green+Blue) = 156+189+179=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDB3 is #63424C. Grayscale: #B2B2B2. Windows color (decimal): -6505037 or 11779484. OLE color: 11779484.
HSL color Cylindrical-coordinate representation of color #9CBDB3: hue angle of 161.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBDB3 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 179 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.26 |
| HSL | 161.82º | 0.2% | 0.68% | - |
| HSV(B) | 161.82º | 0.17% | 0.74% | - |
| XYZ | 40.04 | 46.72 | 49.55 | - |
| YUV | 177.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 179 | 0.17 | 0 | 0.05 | 0.26 | 161.82 | 0.2 | 0.68 |
| Hex | 9C | BD | B3 | 11 | 0 | 5 | 1A | A2 | 14 | 44 |
| Octal | 234 | 275 | 263 | 21 | 0 | 5 | 32 | 242 | 24 | 104 |
| Binary | 10011100 | 10111101 | 10110011 | 10001 | 0 | 101 | 11010 | 10100010 | 10100 | 1000100 |
Color Harmonies of #9CBDB3
Complementary color
Monochromatic Colors of #9CBDB3
Black with #9CBDB3
Text Example
Text Example
White with #9CBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDB3; }
p { color: rgb(156,189,179); }
H1.HeaderClassName
{
color: #9CBDB3;
}
.AnyTagClassName
{
color: #9CBDB3;
}
</style>
background-color css
<style>
a { background-color: #9CBDB3; }
a { background-color: rgb(156,189,179); }
div.DivClassName
{
background-color: #9CBDB3;
}
.BgClassName
{
background-color: #9CBDB3;
}
</style>
border-color css
<style>
span { border-color: #9CBDB3; }
span { border-color: rgb(156,189,179); }
td.TdClassName
{
border-color: #9CBDB3;
}
.TagClassName
{
border-color: #9CBDB3;
}
</style>