Shades of Shadow Green #98BCB0
Tints of Shadow Green #98BCB0
RGB
CMYK
RGB Variations
Color information
#98BCB0 (or 0x98BCB0) is known color: Shadow Green. HEX triplet: 98, BC and B0. RGB value is (152,188,176). Sum of RGB (Red+Green+Blue) = 152+188+176=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCB0 is #67434F. Grayscale: #AFAFAF. Windows color (decimal): -6767440 or 11582616. OLE color: 11582616.
HSL color Cylindrical-coordinate representation of color #98BCB0: hue angle of 160º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BCB0 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 176 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.26 |
| HSL | 160º | 0.21% | 0.67% | - |
| HSV(B) | 160º | 0.19% | 0.74% | - |
| XYZ | 38.77 | 45.78 | 47.87 | - |
| YUV | 175.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 176 | 0.19 | 0 | 0.06 | 0.26 | 160 | 0.21 | 0.67 |
| Hex | 98 | BC | B0 | 13 | 0 | 6 | 1A | A0 | 15 | 43 |
| Octal | 230 | 274 | 260 | 23 | 0 | 6 | 32 | 240 | 25 | 103 |
| Binary | 10011000 | 10111100 | 10110000 | 10011 | 0 | 110 | 11010 | 10100000 | 10101 | 1000011 |
Color Harmonies of #98BCB0
Complementary color
Monochromatic Colors of #98BCB0
Black with #98BCB0
Text Example
Text Example
White with #98BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCB0; }
p { color: rgb(152,188,176); }
H1.HeaderClassName
{
color: #98BCB0;
}
.AnyTagClassName
{
color: #98BCB0;
}
</style>
background-color css
<style>
a { background-color: #98BCB0; }
a { background-color: rgb(152,188,176); }
div.DivClassName
{
background-color: #98BCB0;
}
.BgClassName
{
background-color: #98BCB0;
}
</style>
border-color css
<style>
span { border-color: #98BCB0; }
span { border-color: rgb(152,188,176); }
td.TdClassName
{
border-color: #98BCB0;
}
.TagClassName
{
border-color: #98BCB0;
}
</style>