Shades of Edward #98B19C
Tints of Edward #98B19C
RGB
CMYK
RGB Variations
Color information
#98B19C (or 0x98B19C) is known color: Edward. HEX triplet: 98, B1 and 9C. RGB value is (152,177,156). Sum of RGB (Red+Green+Blue) = 152+177+156=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #98B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B19C is #674E63. Grayscale: #A7A7A7. Windows color (decimal): -6770276 or 10269080. OLE color: 10269080.
HSL color Cylindrical-coordinate representation of color #98B19C: hue angle of 129.6º 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 #98B19C is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 177 | 156 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.31 |
| HSL | 129.6º | 0.14% | 0.65% | - |
| HSV(B) | 129.6º | 0.14% | 0.69% | - |
| XYZ | 34.67 | 40.52 | 37.45 | - |
| YUV | 167.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 156 | 0.14 | 0 | 0.12 | 0.31 | 129.6 | 0.14 | 0.65 |
| Hex | 98 | B1 | 9C | E | 0 | C | 1F | 82 | E | 41 |
| Octal | 230 | 261 | 234 | 16 | 0 | 14 | 37 | 202 | 16 | 101 |
| Binary | 10011000 | 10110001 | 10011100 | 1110 | 0 | 1100 | 11111 | 10000010 | 1110 | 1000001 |
Color Harmonies of #98B19C
Complementary color
Monochromatic Colors of #98B19C
Black with #98B19C
Text Example
Text Example
White with #98B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B19C; }
p { color: rgb(152,177,156); }
H1.HeaderClassName
{
color: #98B19C;
}
.AnyTagClassName
{
color: #98B19C;
}
</style>
background-color css
<style>
a { background-color: #98B19C; }
a { background-color: rgb(152,177,156); }
div.DivClassName
{
background-color: #98B19C;
}
.BgClassName
{
background-color: #98B19C;
}
</style>
border-color css
<style>
span { border-color: #98B19C; }
span { border-color: rgb(152,177,156); }
td.TdClassName
{
border-color: #98B19C;
}
.TagClassName
{
border-color: #98B19C;
}
</style>