Shades of Delta #98A58E
Tints of Delta #98A58E
RGB
CMYK
RGB Variations
Color information
#98A58E (or 0x98A58E) is known color: Delta. HEX triplet: 98, A5 and 8E. RGB value is (152,165,142). Sum of RGB (Red+Green+Blue) = 152+165+142=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 165 - color contains mainly: green. Hex color #98A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A58E is #675A71. Grayscale: #9E9E9E. Windows color (decimal): -6773362 or 9348504. OLE color: 9348504.
HSL color Cylindrical-coordinate representation of color #98A58E: hue angle of 93.91º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98A58E is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 165 | 142 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.35 |
| HSL | 93.91º | 0.11% | 0.6% | - |
| HSV(B) | 93.91º | 0.14% | 0.65% | - |
| XYZ | 31.29 | 35.54 | 30.8 | - |
| YUV | 158.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 165 | 142 | 0.08 | 0 | 0.14 | 0.35 | 93.91 | 0.11 | 0.6 |
| Hex | 98 | A5 | 8E | 8 | 0 | E | 23 | 5E | B | 3C |
| Octal | 230 | 245 | 216 | 10 | 0 | 16 | 43 | 136 | 13 | 74 |
| Binary | 10011000 | 10100101 | 10001110 | 1000 | 0 | 1110 | 100011 | 1011110 | 1011 | 111100 |
Color Harmonies of #98A58E
Complementary color
Monochromatic Colors of #98A58E
Black with #98A58E
Text Example
Text Example
White with #98A58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A58E; }
p { color: rgb(152,165,142); }
H1.HeaderClassName
{
color: #98A58E;
}
.AnyTagClassName
{
color: #98A58E;
}
</style>
background-color css
<style>
a { background-color: #98A58E; }
a { background-color: rgb(152,165,142); }
div.DivClassName
{
background-color: #98A58E;
}
.BgClassName
{
background-color: #98A58E;
}
</style>
border-color css
<style>
span { border-color: #98A58E; }
span { border-color: rgb(152,165,142); }
td.TdClassName
{
border-color: #98A58E;
}
.TagClassName
{
border-color: #98A58E;
}
</style>