Shades of Shadow Green #9FBCB2
Tints of Shadow Green #9FBCB2
RGB
CMYK
RGB Variations
Color information
#9FBCB2 (or 0x9FBCB2) is known color: Shadow Green. HEX triplet: 9F, BC and B2. RGB value is (159,188,178). Sum of RGB (Red+Green+Blue) = 159+188+178=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCB2 is #60434D. Grayscale: #B2B2B2. Windows color (decimal): -6308686 or 11713695. OLE color: 11713695.
HSL color Cylindrical-coordinate representation of color #9FBCB2: hue angle of 159.31º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCB2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 159 | 188 | 178 | - |
CMYK | 0.15 | 0 | 0.05 | 0.26 |
HSL | 159.31º | 0.18% | 0.68% | - |
HSV(B) | 159.31º | 0.15% | 0.74% | - |
XYZ | 40.32 | 46.55 | 48.98 | - |
YUV | 178.19 | 127.89 | 114.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 188 | 178 | 0.15 | 0 | 0.05 | 0.26 | 159.31 | 0.18 | 0.68 |
Hex | 9F | BC | B2 | F | 0 | 5 | 1A | 9F | 12 | 44 |
Octal | 237 | 274 | 262 | 17 | 0 | 5 | 32 | 237 | 22 | 104 |
Binary | 10011111 | 10111100 | 10110010 | 1111 | 0 | 101 | 11010 | 10011111 | 10010 | 1000100 |
Color Harmonies of #9FBCB2
Complementary color
Monochromatic Colors of #9FBCB2
Black with #9FBCB2
Text Example
Text Example
White with #9FBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCB2; }
p { color: rgb(159,188,178); }
H1.HeaderClassName
{
color: #9FBCB2;
}
.AnyTagClassName
{
color: #9FBCB2;
}
</style>
background-color css
<style>
a { background-color: #9FBCB2; }
a { background-color: rgb(159,188,178); }
div.DivClassName
{
background-color: #9FBCB2;
}
.BgClassName
{
background-color: #9FBCB2;
}
</style>
border-color css
<style>
span { border-color: #9FBCB2; }
span { border-color: rgb(159,188,178); }
td.TdClassName
{
border-color: #9FBCB2;
}
.TagClassName
{
border-color: #9FBCB2;
}
</style>