Shades of Shadow Green #98BAB6
Tints of Shadow Green #98BAB6
RGB
CMYK
RGB Variations
Color information
#98BAB6 (or 0x98BAB6) is known color: Shadow Green. HEX triplet: 98, BA and B6. RGB value is (152,186,182). Sum of RGB (Red+Green+Blue) = 152+186+182=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BAB6 is #674549. Grayscale: #AFAFAF. Windows color (decimal): -6767946 or 11975320. OLE color: 11975320.
HSL color Cylindrical-coordinate representation of color #98BAB6: hue angle of 172.94º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98BAB6 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 182 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.27 |
| HSL | 172.94º | 0.2% | 0.66% | - |
| HSV(B) | 172.94º | 0.18% | 0.73% | - |
| XYZ | 38.95 | 45.17 | 50.92 | - |
| YUV | 175.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 182 | 0.18 | 0 | 0.02 | 0.27 | 172.94 | 0.2 | 0.66 |
| Hex | 98 | BA | B6 | 12 | 0 | 2 | 1B | AD | 14 | 42 |
| Octal | 230 | 272 | 266 | 22 | 0 | 2 | 33 | 255 | 24 | 102 |
| Binary | 10011000 | 10111010 | 10110110 | 10010 | 0 | 10 | 11011 | 10101101 | 10100 | 1000010 |
Color Harmonies of #98BAB6
Complementary color
Monochromatic Colors of #98BAB6
Black with #98BAB6
Text Example
Text Example
White with #98BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BAB6; }
p { color: rgb(152,186,182); }
H1.HeaderClassName
{
color: #98BAB6;
}
.AnyTagClassName
{
color: #98BAB6;
}
</style>
background-color css
<style>
a { background-color: #98BAB6; }
a { background-color: rgb(152,186,182); }
div.DivClassName
{
background-color: #98BAB6;
}
.BgClassName
{
background-color: #98BAB6;
}
</style>
border-color css
<style>
span { border-color: #98BAB6; }
span { border-color: rgb(152,186,182); }
td.TdClassName
{
border-color: #98BAB6;
}
.TagClassName
{
border-color: #98BAB6;
}
</style>