Shades of Edward #98A39B
Tints of Edward #98A39B
RGB
CMYK
RGB Variations
Color information
#98A39B (or 0x98A39B) is known color: Edward. HEX triplet: 98, A3 and 9B. RGB value is (152,163,155). Sum of RGB (Red+Green+Blue) = 152+163+155=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 163 - color contains mainly: green. Hex color #98A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A39B is #675C64. Grayscale: #9E9E9E. Windows color (decimal): -6773861 or 10199960. OLE color: 10199960.
HSL color Cylindrical-coordinate representation of color #98A39B: hue angle of 136.36º 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 #98A39B is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 155 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.36 |
| HSL | 136.36º | 0.06% | 0.62% | - |
| HSV(B) | 136.36º | 0.07% | 0.64% | - |
| XYZ | 31.96 | 35.24 | 36.13 | - |
| YUV | 158.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 155 | 0.07 | 0 | 0.05 | 0.36 | 136.36 | 0.06 | 0.62 |
| Hex | 98 | A3 | 9B | 7 | 0 | 5 | 24 | 88 | 6 | 3E |
| Octal | 230 | 243 | 233 | 7 | 0 | 5 | 44 | 210 | 6 | 76 |
| Binary | 10011000 | 10100011 | 10011011 | 111 | 0 | 101 | 100100 | 10001000 | 110 | 111110 |
Color Harmonies of #98A39B
Complementary color
Monochromatic Colors of #98A39B
Black with #98A39B
Text Example
Text Example
White with #98A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A39B; }
p { color: rgb(152,163,155); }
H1.HeaderClassName
{
color: #98A39B;
}
.AnyTagClassName
{
color: #98A39B;
}
</style>
background-color css
<style>
a { background-color: #98A39B; }
a { background-color: rgb(152,163,155); }
div.DivClassName
{
background-color: #98A39B;
}
.BgClassName
{
background-color: #98A39B;
}
</style>
border-color css
<style>
span { border-color: #98A39B; }
span { border-color: rgb(152,163,155); }
td.TdClassName
{
border-color: #98A39B;
}
.TagClassName
{
border-color: #98A39B;
}
</style>