Shades of Edward #98A49A
Tints of Edward #98A49A
RGB
CMYK
RGB Variations
Color information
#98A49A (or 0x98A49A) is known color: Edward. HEX triplet: 98, A4 and 9A. RGB value is (152,164,154). Sum of RGB (Red+Green+Blue) = 152+164+154=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 164 - color contains mainly: green. Hex color #98A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A49A is #675B65. Grayscale: #9F9F9F. Windows color (decimal): -6773606 or 10134680. OLE color: 10134680.
HSL color Cylindrical-coordinate representation of color #98A49A: hue angle of 130º 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 #98A49A is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 154 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.36 |
| HSL | 130º | 0.06% | 0.62% | - |
| HSV(B) | 130º | 0.07% | 0.64% | - |
| XYZ | 32.06 | 35.56 | 35.75 | - |
| YUV | 159.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 154 | 0.07 | 0 | 0.06 | 0.36 | 130 | 0.06 | 0.62 |
| Hex | 98 | A4 | 9A | 7 | 0 | 6 | 24 | 82 | 6 | 3E |
| Octal | 230 | 244 | 232 | 7 | 0 | 6 | 44 | 202 | 6 | 76 |
| Binary | 10011000 | 10100100 | 10011010 | 111 | 0 | 110 | 100100 | 10000010 | 110 | 111110 |
Color Harmonies of #98A49A
Complementary color
Monochromatic Colors of #98A49A
Black with #98A49A
Text Example
Text Example
White with #98A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A49A; }
p { color: rgb(152,164,154); }
H1.HeaderClassName
{
color: #98A49A;
}
.AnyTagClassName
{
color: #98A49A;
}
</style>
background-color css
<style>
a { background-color: #98A49A; }
a { background-color: rgb(152,164,154); }
div.DivClassName
{
background-color: #98A49A;
}
.BgClassName
{
background-color: #98A49A;
}
</style>
border-color css
<style>
span { border-color: #98A49A; }
span { border-color: rgb(152,164,154); }
td.TdClassName
{
border-color: #98A49A;
}
.TagClassName
{
border-color: #98A49A;
}
</style>