Shades of Delta #98A389
Tints of Delta #98A389
RGB
CMYK
RGB Variations
Color information
#98A389 (or 0x98A389) is known color: Delta. HEX triplet: 98, A3 and 89. RGB value is (152,163,137). Sum of RGB (Red+Green+Blue) = 152+163+137=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 163 - color contains mainly: green. Hex color #98A389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A389 is #675C76. Grayscale: #9C9C9C. Windows color (decimal): -6773879 or 9020312. OLE color: 9020312.
HSL color Cylindrical-coordinate representation of color #98A389: hue angle of 85.38º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98A389 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 137 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.36 |
| HSL | 85.38º | 0.12% | 0.59% | - |
| HSV(B) | 85.38º | 0.16% | 0.64% | - |
| XYZ | 30.56 | 34.68 | 28.75 | - |
| YUV | 156.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 137 | 0.07 | 0 | 0.16 | 0.36 | 85.38 | 0.12 | 0.59 |
| Hex | 98 | A3 | 89 | 7 | 0 | 10 | 24 | 55 | C | 3B |
| Octal | 230 | 243 | 211 | 7 | 0 | 20 | 44 | 125 | 14 | 73 |
| Binary | 10011000 | 10100011 | 10001001 | 111 | 0 | 10000 | 100100 | 1010101 | 1100 | 111011 |
Color Harmonies of #98A389
Complementary color
Monochromatic Colors of #98A389
Black with #98A389
Text Example
Text Example
White with #98A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A389; }
p { color: rgb(152,163,137); }
H1.HeaderClassName
{
color: #98A389;
}
.AnyTagClassName
{
color: #98A389;
}
</style>
background-color css
<style>
a { background-color: #98A389; }
a { background-color: rgb(152,163,137); }
div.DivClassName
{
background-color: #98A389;
}
.BgClassName
{
background-color: #98A389;
}
</style>
border-color css
<style>
span { border-color: #98A389; }
span { border-color: rgb(152,163,137); }
td.TdClassName
{
border-color: #98A389;
}
.TagClassName
{
border-color: #98A389;
}
</style>