Shades of Shadow Green #98BDB3
Tints of Shadow Green #98BDB3
RGB
CMYK
RGB Variations
Color information
#98BDB3 (or 0x98BDB3) is known color: Shadow Green. HEX triplet: 98, BD and B3. RGB value is (152,189,179). Sum of RGB (Red+Green+Blue) = 152+189+179=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #98BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDB3 is #67424C. Grayscale: #B0B0B0. Windows color (decimal): -6767181 or 11779480. OLE color: 11779480.
HSL color Cylindrical-coordinate representation of color #98BDB3: hue angle of 163.78º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BDB3 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 179 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.26 |
| HSL | 163.78º | 0.22% | 0.67% | - |
| HSV(B) | 163.78º | 0.2% | 0.74% | - |
| XYZ | 39.28 | 46.33 | 49.52 | - |
| YUV | 176.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 179 | 0.20 | 0 | 0.05 | 0.26 | 163.78 | 0.22 | 0.67 |
| Hex | 98 | BD | B3 | 14 | 0 | 5 | 1A | A4 | 16 | 43 |
| Octal | 230 | 275 | 263 | 24 | 0 | 5 | 32 | 244 | 26 | 103 |
| Binary | 10011000 | 10111101 | 10110011 | 10100 | 0 | 101 | 11010 | 10100100 | 10110 | 1000011 |
Color Harmonies of #98BDB3
Complementary color
Monochromatic Colors of #98BDB3
Black with #98BDB3
Text Example
Text Example
White with #98BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BDB3; }
p { color: rgb(152,189,179); }
H1.HeaderClassName
{
color: #98BDB3;
}
.AnyTagClassName
{
color: #98BDB3;
}
</style>
background-color css
<style>
a { background-color: #98BDB3; }
a { background-color: rgb(152,189,179); }
div.DivClassName
{
background-color: #98BDB3;
}
.BgClassName
{
background-color: #98BDB3;
}
</style>
border-color css
<style>
span { border-color: #98BDB3; }
span { border-color: rgb(152,189,179); }
td.TdClassName
{
border-color: #98BDB3;
}
.TagClassName
{
border-color: #98BDB3;
}
</style>