Shades of Edward #98B19A
Tints of Edward #98B19A
RGB
CMYK
RGB Variations
Color information
#98B19A (or 0x98B19A) is known color: Edward. HEX triplet: 98, B1 and 9A. RGB value is (152,177,154). Sum of RGB (Red+Green+Blue) = 152+177+154=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #98B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B19A is #674E65. Grayscale: #A6A6A6. Windows color (decimal): -6770278 or 10138008. OLE color: 10138008.
HSL color Cylindrical-coordinate representation of color #98B19A: hue angle of 124.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98B19A is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 177 | 154 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.31 |
| HSL | 124.8º | 0.14% | 0.65% | - |
| HSV(B) | 124.8º | 0.14% | 0.69% | - |
| XYZ | 34.5 | 40.45 | 36.56 | - |
| YUV | 166.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 154 | 0.14 | 0 | 0.13 | 0.31 | 124.8 | 0.14 | 0.65 |
| Hex | 98 | B1 | 9A | E | 0 | D | 1F | 7D | E | 41 |
| Octal | 230 | 261 | 232 | 16 | 0 | 15 | 37 | 175 | 16 | 101 |
| Binary | 10011000 | 10110001 | 10011010 | 1110 | 0 | 1101 | 11111 | 1111101 | 1110 | 1000001 |
Color Harmonies of #98B19A
Complementary color
Monochromatic Colors of #98B19A
Black with #98B19A
Text Example
Text Example
White with #98B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B19A; }
p { color: rgb(152,177,154); }
H1.HeaderClassName
{
color: #98B19A;
}
.AnyTagClassName
{
color: #98B19A;
}
</style>
background-color css
<style>
a { background-color: #98B19A; }
a { background-color: rgb(152,177,154); }
div.DivClassName
{
background-color: #98B19A;
}
.BgClassName
{
background-color: #98B19A;
}
</style>
border-color css
<style>
span { border-color: #98B19A; }
span { border-color: rgb(152,177,154); }
td.TdClassName
{
border-color: #98B19A;
}
.TagClassName
{
border-color: #98B19A;
}
</style>