Shades of Delta #98A487
Tints of Delta #98A487
RGB
CMYK
RGB Variations
Color information
#98A487 (or 0x98A487) is known color: Delta. HEX triplet: 98, A4 and 87. RGB value is (152,164,135). Sum of RGB (Red+Green+Blue) = 152+164+135=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #98A487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A487 is #675B78. Grayscale: #9D9D9D. Windows color (decimal): -6773625 or 8889496. OLE color: 8889496.
HSL color Cylindrical-coordinate representation of color #98A487: hue angle of 84.83º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98A487 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 135 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.36 |
| HSL | 84.83º | 0.14% | 0.59% | - |
| HSV(B) | 84.83º | 0.18% | 0.64% | - |
| XYZ | 30.6 | 34.98 | 28.06 | - |
| YUV | 157.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 135 | 0.07 | 0 | 0.18 | 0.36 | 84.83 | 0.14 | 0.59 |
| Hex | 98 | A4 | 87 | 7 | 0 | 12 | 24 | 55 | E | 3B |
| Octal | 230 | 244 | 207 | 7 | 0 | 22 | 44 | 125 | 16 | 73 |
| Binary | 10011000 | 10100100 | 10000111 | 111 | 0 | 10010 | 100100 | 1010101 | 1110 | 111011 |
Color Harmonies of #98A487
Complementary color
Monochromatic Colors of #98A487
Black with #98A487
Text Example
Text Example
White with #98A487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A487; }
p { color: rgb(152,164,135); }
H1.HeaderClassName
{
color: #98A487;
}
.AnyTagClassName
{
color: #98A487;
}
</style>
background-color css
<style>
a { background-color: #98A487; }
a { background-color: rgb(152,164,135); }
div.DivClassName
{
background-color: #98A487;
}
.BgClassName
{
background-color: #98A487;
}
</style>
border-color css
<style>
span { border-color: #98A487; }
span { border-color: rgb(152,164,135); }
td.TdClassName
{
border-color: #98A487;
}
.TagClassName
{
border-color: #98A487;
}
</style>