Shades of Delta #98A48E
Tints of Delta #98A48E
RGB
CMYK
RGB Variations
Color information
#98A48E (or 0x98A48E) is known color: Delta. HEX triplet: 98, A4 and 8E. RGB value is (152,164,142). Sum of RGB (Red+Green+Blue) = 152+164+142=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 164 - color contains mainly: green. Hex color #98A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A48E is #675B71. Grayscale: #9D9D9D. Windows color (decimal): -6773618 or 9348248. OLE color: 9348248.
HSL color Cylindrical-coordinate representation of color #98A48E: hue angle of 92.73º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98A48E is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 142 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.36 |
| HSL | 92.73º | 0.11% | 0.6% | - |
| HSV(B) | 92.73º | 0.13% | 0.64% | - |
| XYZ | 31.11 | 35.18 | 30.74 | - |
| YUV | 157.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 142 | 0.07 | 0 | 0.13 | 0.36 | 92.73 | 0.11 | 0.6 |
| Hex | 98 | A4 | 8E | 7 | 0 | D | 24 | 5D | B | 3C |
| Octal | 230 | 244 | 216 | 7 | 0 | 15 | 44 | 135 | 13 | 74 |
| Binary | 10011000 | 10100100 | 10001110 | 111 | 0 | 1101 | 100100 | 1011101 | 1011 | 111100 |
Color Harmonies of #98A48E
Complementary color
Monochromatic Colors of #98A48E
Black with #98A48E
Text Example
Text Example
White with #98A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A48E; }
p { color: rgb(152,164,142); }
H1.HeaderClassName
{
color: #98A48E;
}
.AnyTagClassName
{
color: #98A48E;
}
</style>
background-color css
<style>
a { background-color: #98A48E; }
a { background-color: rgb(152,164,142); }
div.DivClassName
{
background-color: #98A48E;
}
.BgClassName
{
background-color: #98A48E;
}
</style>
border-color css
<style>
span { border-color: #98A48E; }
span { border-color: rgb(152,164,142); }
td.TdClassName
{
border-color: #98A48E;
}
.TagClassName
{
border-color: #98A48E;
}
</style>