Shades of Delta #98A48B
Tints of Delta #98A48B
RGB
CMYK
RGB Variations
Color information
#98A48B (or 0x98A48B) is known color: Delta. HEX triplet: 98, A4 and 8B. RGB value is (152,164,139). Sum of RGB (Red+Green+Blue) = 152+164+139=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 164 - color contains mainly: green. Hex color #98A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A48B is #675B74. Grayscale: #9D9D9D. Windows color (decimal): -6773621 or 9151640. OLE color: 9151640.
HSL color Cylindrical-coordinate representation of color #98A48B: hue angle of 88.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98A48B is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 139 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.36 |
| HSL | 88.8º | 0.12% | 0.59% | - |
| HSV(B) | 88.8º | 0.15% | 0.64% | - |
| XYZ | 30.88 | 35.09 | 29.57 | - |
| YUV | 157.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 139 | 0.07 | 0 | 0.15 | 0.36 | 88.8 | 0.12 | 0.59 |
| Hex | 98 | A4 | 8B | 7 | 0 | F | 24 | 59 | C | 3B |
| Octal | 230 | 244 | 213 | 7 | 0 | 17 | 44 | 131 | 14 | 73 |
| Binary | 10011000 | 10100100 | 10001011 | 111 | 0 | 1111 | 100100 | 1011001 | 1100 | 111011 |
Color Harmonies of #98A48B
Complementary color
Monochromatic Colors of #98A48B
Black with #98A48B
Text Example
Text Example
White with #98A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A48B; }
p { color: rgb(152,164,139); }
H1.HeaderClassName
{
color: #98A48B;
}
.AnyTagClassName
{
color: #98A48B;
}
</style>
background-color css
<style>
a { background-color: #98A48B; }
a { background-color: rgb(152,164,139); }
div.DivClassName
{
background-color: #98A48B;
}
.BgClassName
{
background-color: #98A48B;
}
</style>
border-color css
<style>
span { border-color: #98A48B; }
span { border-color: rgb(152,164,139); }
td.TdClassName
{
border-color: #98A48B;
}
.TagClassName
{
border-color: #98A48B;
}
</style>