Shades of Shadow Green #9FBEB2
Tints of Shadow Green #9FBEB2
RGB
CMYK
RGB Variations
Color information
#9FBEB2 (or 0x9FBEB2) is known color: Shadow Green. HEX triplet: 9F, BE and B2. RGB value is (159,190,178). Sum of RGB (Red+Green+Blue) = 159+190+178=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEB2 is #60414D. Grayscale: #B3B3B3. Windows color (decimal): -6308174 or 11714207. OLE color: 11714207.
HSL color Cylindrical-coordinate representation of color #9FBEB2: hue angle of 156.77º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBEB2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 190 | 178 | - |
CMYK | 0.16 | 0 | 0.06 | 0.25 |
HSL | 156.77º | 0.19% | 0.68% | - |
HSV(B) | 156.77º | 0.16% | 0.75% | - |
XYZ | 40.75 | 47.41 | 49.12 | - |
YUV | 179.36 | 127.23 | 113.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 190 | 178 | 0.16 | 0 | 0.06 | 0.25 | 156.77 | 0.19 | 0.68 |
Hex | 9F | BE | B2 | 10 | 0 | 6 | 19 | 9D | 13 | 44 |
Octal | 237 | 276 | 262 | 20 | 0 | 6 | 31 | 235 | 23 | 104 |
Binary | 10011111 | 10111110 | 10110010 | 10000 | 0 | 110 | 11001 | 10011101 | 10011 | 1000100 |
Color Harmonies of #9FBEB2
Complementary color
Monochromatic Colors of #9FBEB2
Black with #9FBEB2
Text Example
Text Example
White with #9FBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEB2; }
p { color: rgb(159,190,178); }
H1.HeaderClassName
{
color: #9FBEB2;
}
.AnyTagClassName
{
color: #9FBEB2;
}
</style>
background-color css
<style>
a { background-color: #9FBEB2; }
a { background-color: rgb(159,190,178); }
div.DivClassName
{
background-color: #9FBEB2;
}
.BgClassName
{
background-color: #9FBEB2;
}
</style>
border-color css
<style>
span { border-color: #9FBEB2; }
span { border-color: rgb(159,190,178); }
td.TdClassName
{
border-color: #9FBEB2;
}
.TagClassName
{
border-color: #9FBEB2;
}
</style>