Shades of Delta #98A788
Tints of Delta #98A788
RGB
CMYK
RGB Variations
Color information
#98A788 (or 0x98A788) is known color: Delta. HEX triplet: 98, A7 and 88. RGB value is (152,167,136). Sum of RGB (Red+Green+Blue) = 152+167+136=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 167 - color contains mainly: green. Hex color #98A788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A788 is #675877. Grayscale: #9F9F9F. Windows color (decimal): -6772856 or 8955800. OLE color: 8955800.
HSL color Cylindrical-coordinate representation of color #98A788: hue angle of 89.03º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98A788 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 167 | 136 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.35 |
| HSL | 89.03º | 0.15% | 0.59% | - |
| HSV(B) | 89.03º | 0.19% | 0.65% | - |
| XYZ | 31.21 | 36.09 | 28.61 | - |
| YUV | 158.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 136 | 0.09 | 0 | 0.19 | 0.35 | 89.03 | 0.15 | 0.59 |
| Hex | 98 | A7 | 88 | 9 | 0 | 13 | 23 | 59 | F | 3B |
| Octal | 230 | 247 | 210 | 11 | 0 | 23 | 43 | 131 | 17 | 73 |
| Binary | 10011000 | 10100111 | 10001000 | 1001 | 0 | 10011 | 100011 | 1011001 | 1111 | 111011 |
Color Harmonies of #98A788
Complementary color
Monochromatic Colors of #98A788
Black with #98A788
Text Example
Text Example
White with #98A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A788; }
p { color: rgb(152,167,136); }
H1.HeaderClassName
{
color: #98A788;
}
.AnyTagClassName
{
color: #98A788;
}
</style>
background-color css
<style>
a { background-color: #98A788; }
a { background-color: rgb(152,167,136); }
div.DivClassName
{
background-color: #98A788;
}
.BgClassName
{
background-color: #98A788;
}
</style>
border-color css
<style>
span { border-color: #98A788; }
span { border-color: rgb(152,167,136); }
td.TdClassName
{
border-color: #98A788;
}
.TagClassName
{
border-color: #98A788;
}
</style>