Shades of Delta #98A584
Tints of Delta #98A584
RGB
CMYK
RGB Variations
Color information
#98A584 (or 0x98A584) is known color: Delta. HEX triplet: 98, A5 and 84. RGB value is (152,165,132). Sum of RGB (Red+Green+Blue) = 152+165+132=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 165 - color contains mainly: green. Hex color #98A584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A584 is #675A7B. Grayscale: #9D9D9D. Windows color (decimal): -6773372 or 8693144. OLE color: 8693144.
HSL color Cylindrical-coordinate representation of color #98A584: hue angle of 83.64º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98A584 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 165 | 132 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.35 |
| HSL | 83.64º | 0.15% | 0.58% | - |
| HSV(B) | 83.64º | 0.2% | 0.65% | - |
| XYZ | 30.57 | 35.25 | 27.02 | - |
| YUV | 157.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 165 | 132 | 0.08 | 0 | 0.20 | 0.35 | 83.64 | 0.15 | 0.58 |
| Hex | 98 | A5 | 84 | 8 | 0 | 14 | 23 | 54 | F | 3A |
| Octal | 230 | 245 | 204 | 10 | 0 | 24 | 43 | 124 | 17 | 72 |
| Binary | 10011000 | 10100101 | 10000100 | 1000 | 0 | 10100 | 100011 | 1010100 | 1111 | 111010 |
Color Harmonies of #98A584
Complementary color
Monochromatic Colors of #98A584
Black with #98A584
Text Example
Text Example
White with #98A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A584; }
p { color: rgb(152,165,132); }
H1.HeaderClassName
{
color: #98A584;
}
.AnyTagClassName
{
color: #98A584;
}
</style>
background-color css
<style>
a { background-color: #98A584; }
a { background-color: rgb(152,165,132); }
div.DivClassName
{
background-color: #98A584;
}
.BgClassName
{
background-color: #98A584;
}
</style>
border-color css
<style>
span { border-color: #98A584; }
span { border-color: rgb(152,165,132); }
td.TdClassName
{
border-color: #98A584;
}
.TagClassName
{
border-color: #98A584;
}
</style>