Shades of Edward #98A49B
Tints of Edward #98A49B
RGB
CMYK
RGB Variations
Color information
#98A49B (or 0x98A49B) is known color: Edward. HEX triplet: 98, A4 and 9B. RGB value is (152,164,155). Sum of RGB (Red+Green+Blue) = 152+164+155=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #98A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A49B is #675B64. Grayscale: #9F9F9F. Windows color (decimal): -6773605 or 10200216. OLE color: 10200216.
HSL color Cylindrical-coordinate representation of color #98A49B: hue angle of 135º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98A49B is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 155 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.36 |
| HSL | 135º | 0.06% | 0.62% | - |
| HSV(B) | 135º | 0.07% | 0.64% | - |
| XYZ | 32.14 | 35.59 | 36.19 | - |
| YUV | 159.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 155 | 0.07 | 0 | 0.05 | 0.36 | 135 | 0.06 | 0.62 |
| Hex | 98 | A4 | 9B | 7 | 0 | 5 | 24 | 87 | 6 | 3E |
| Octal | 230 | 244 | 233 | 7 | 0 | 5 | 44 | 207 | 6 | 76 |
| Binary | 10011000 | 10100100 | 10011011 | 111 | 0 | 101 | 100100 | 10000111 | 110 | 111110 |
Color Harmonies of #98A49B
Complementary color
Monochromatic Colors of #98A49B
Black with #98A49B
Text Example
Text Example
White with #98A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A49B; }
p { color: rgb(152,164,155); }
H1.HeaderClassName
{
color: #98A49B;
}
.AnyTagClassName
{
color: #98A49B;
}
</style>
background-color css
<style>
a { background-color: #98A49B; }
a { background-color: rgb(152,164,155); }
div.DivClassName
{
background-color: #98A49B;
}
.BgClassName
{
background-color: #98A49B;
}
</style>
border-color css
<style>
span { border-color: #98A49B; }
span { border-color: rgb(152,164,155); }
td.TdClassName
{
border-color: #98A49B;
}
.TagClassName
{
border-color: #98A49B;
}
</style>