Shades of Edward #98A69B
Tints of Edward #98A69B
RGB
CMYK
RGB Variations
Color information
#98A69B (or 0x98A69B) is known color: Edward. HEX triplet: 98, A6 and 9B. RGB value is (152,166,155). Sum of RGB (Red+Green+Blue) = 152+166+155=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #98A69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A69B is #675964. Grayscale: #A0A0A0. Windows color (decimal): -6773093 or 10200728. OLE color: 10200728.
HSL color Cylindrical-coordinate representation of color #98A69B: hue angle of 132.86º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A69B is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 166 | 155 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.35 |
| HSL | 132.86º | 0.07% | 0.62% | - |
| HSV(B) | 132.86º | 0.08% | 0.65% | - |
| XYZ | 32.5 | 36.31 | 36.31 | - |
| YUV | 160.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 155 | 0.08 | 0 | 0.07 | 0.35 | 132.86 | 0.07 | 0.62 |
| Hex | 98 | A6 | 9B | 8 | 0 | 7 | 23 | 85 | 7 | 3E |
| Octal | 230 | 246 | 233 | 10 | 0 | 7 | 43 | 205 | 7 | 76 |
| Binary | 10011000 | 10100110 | 10011011 | 1000 | 0 | 111 | 100011 | 10000101 | 111 | 111110 |
Color Harmonies of #98A69B
Complementary color
Monochromatic Colors of #98A69B
Black with #98A69B
Text Example
Text Example
White with #98A69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A69B; }
p { color: rgb(152,166,155); }
H1.HeaderClassName
{
color: #98A69B;
}
.AnyTagClassName
{
color: #98A69B;
}
</style>
background-color css
<style>
a { background-color: #98A69B; }
a { background-color: rgb(152,166,155); }
div.DivClassName
{
background-color: #98A69B;
}
.BgClassName
{
background-color: #98A69B;
}
</style>
border-color css
<style>
span { border-color: #98A69B; }
span { border-color: rgb(152,166,155); }
td.TdClassName
{
border-color: #98A69B;
}
.TagClassName
{
border-color: #98A69B;
}
</style>