Shades of Shadow Green #98BCB4
Tints of Shadow Green #98BCB4
RGB
CMYK
RGB Variations
Color information
#98BCB4 (or 0x98BCB4) is known color: Shadow Green. HEX triplet: 98, BC and B4. RGB value is (152,188,180). Sum of RGB (Red+Green+Blue) = 152+188+180=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCB4 is #67434B. Grayscale: #B0B0B0. Windows color (decimal): -6767436 or 11844760. OLE color: 11844760.
HSL color Cylindrical-coordinate representation of color #98BCB4: hue angle of 166.67º 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 #98BCB4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 180 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.26 |
| HSL | 166.67º | 0.21% | 0.67% | - |
| HSV(B) | 166.67º | 0.19% | 0.74% | - |
| XYZ | 39.17 | 45.94 | 49.98 | - |
| YUV | 176.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 180 | 0.19 | 0 | 0.04 | 0.26 | 166.67 | 0.21 | 0.67 |
| Hex | 98 | BC | B4 | 13 | 0 | 4 | 1A | A7 | 15 | 43 |
| Octal | 230 | 274 | 264 | 23 | 0 | 4 | 32 | 247 | 25 | 103 |
| Binary | 10011000 | 10111100 | 10110100 | 10011 | 0 | 100 | 11010 | 10100111 | 10101 | 1000011 |
Color Harmonies of #98BCB4
Complementary color
Monochromatic Colors of #98BCB4
Black with #98BCB4
Text Example
Text Example
White with #98BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCB4; }
p { color: rgb(152,188,180); }
H1.HeaderClassName
{
color: #98BCB4;
}
.AnyTagClassName
{
color: #98BCB4;
}
</style>
background-color css
<style>
a { background-color: #98BCB4; }
a { background-color: rgb(152,188,180); }
div.DivClassName
{
background-color: #98BCB4;
}
.BgClassName
{
background-color: #98BCB4;
}
</style>
border-color css
<style>
span { border-color: #98BCB4; }
span { border-color: rgb(152,188,180); }
td.TdClassName
{
border-color: #98BCB4;
}
.TagClassName
{
border-color: #98BCB4;
}
</style>