Shades of Edward #98B39B
Tints of Edward #98B39B
RGB
CMYK
RGB Variations
Color information
#98B39B (or 0x98B39B) is known color: Edward. HEX triplet: 98, B3 and 9B. RGB value is (152,179,155). Sum of RGB (Red+Green+Blue) = 152+179+155=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #98B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B39B is #674C64. Grayscale: #A8A8A8. Windows color (decimal): -6769765 or 10204056. OLE color: 10204056.
HSL color Cylindrical-coordinate representation of color #98B39B: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98B39B is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 179 | 155 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.30 |
| HSL | 126.67º | 0.15% | 0.65% | - |
| HSV(B) | 126.67º | 0.15% | 0.7% | - |
| XYZ | 34.99 | 41.28 | 37.13 | - |
| YUV | 168.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 179 | 155 | 0.15 | 0 | 0.13 | 0.30 | 126.67 | 0.15 | 0.65 |
| Hex | 98 | B3 | 9B | F | 0 | D | 1E | 7F | F | 41 |
| Octal | 230 | 263 | 233 | 17 | 0 | 15 | 36 | 177 | 17 | 101 |
| Binary | 10011000 | 10110011 | 10011011 | 1111 | 0 | 1101 | 11110 | 1111111 | 1111 | 1000001 |
Color Harmonies of #98B39B
Complementary color
Monochromatic Colors of #98B39B
Black with #98B39B
Text Example
Text Example
White with #98B39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B39B; }
p { color: rgb(152,179,155); }
H1.HeaderClassName
{
color: #98B39B;
}
.AnyTagClassName
{
color: #98B39B;
}
</style>
background-color css
<style>
a { background-color: #98B39B; }
a { background-color: rgb(152,179,155); }
div.DivClassName
{
background-color: #98B39B;
}
.BgClassName
{
background-color: #98B39B;
}
</style>
border-color css
<style>
span { border-color: #98B39B; }
span { border-color: rgb(152,179,155); }
td.TdClassName
{
border-color: #98B39B;
}
.TagClassName
{
border-color: #98B39B;
}
</style>