Shades of Delta #98A48D
Tints of Delta #98A48D
RGB
CMYK
RGB Variations
Color information
#98A48D (or 0x98A48D) is known color: Delta. HEX triplet: 98, A4 and 8D. RGB value is (152,164,141). Sum of RGB (Red+Green+Blue) = 152+164+141=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 164 - color contains mainly: green. Hex color #98A48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A48D is #675B72. Grayscale: #9D9D9D. Windows color (decimal): -6773619 or 9282712. OLE color: 9282712.
HSL color Cylindrical-coordinate representation of color #98A48D: hue angle of 91.3º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98A48D is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 141 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.36 |
| HSL | 91.3º | 0.11% | 0.6% | - |
| HSV(B) | 91.3º | 0.14% | 0.64% | - |
| XYZ | 31.03 | 35.15 | 30.35 | - |
| YUV | 157.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 141 | 0.07 | 0 | 0.14 | 0.36 | 91.3 | 0.11 | 0.6 |
| Hex | 98 | A4 | 8D | 7 | 0 | E | 24 | 5B | B | 3C |
| Octal | 230 | 244 | 215 | 7 | 0 | 16 | 44 | 133 | 13 | 74 |
| Binary | 10011000 | 10100100 | 10001101 | 111 | 0 | 1110 | 100100 | 1011011 | 1011 | 111100 |
Color Harmonies of #98A48D
Complementary color
Monochromatic Colors of #98A48D
Black with #98A48D
Text Example
Text Example
White with #98A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A48D; }
p { color: rgb(152,164,141); }
H1.HeaderClassName
{
color: #98A48D;
}
.AnyTagClassName
{
color: #98A48D;
}
</style>
background-color css
<style>
a { background-color: #98A48D; }
a { background-color: rgb(152,164,141); }
div.DivClassName
{
background-color: #98A48D;
}
.BgClassName
{
background-color: #98A48D;
}
</style>
border-color css
<style>
span { border-color: #98A48D; }
span { border-color: rgb(152,164,141); }
td.TdClassName
{
border-color: #98A48D;
}
.TagClassName
{
border-color: #98A48D;
}
</style>