Shades of Delta #9EA298
Tints of Delta #9EA298
RGB
CMYK
RGB Variations
Color information
#9EA298 (or 0x9EA298) is known color: Delta. HEX triplet: 9E, A2 and 98. RGB value is (158,162,152). Sum of RGB (Red+Green+Blue) = 158+162+152=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA298 is #615D67. Grayscale: #9F9F9F. Windows color (decimal): -6380904 or 10003102. OLE color: 10003102.
HSL color Cylindrical-coordinate representation of color #9EA298: hue angle of 84º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9EA298 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 162 | 152 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.36 |
| HSL | 84º | 0.05% | 0.62% | - |
| HSV(B) | 84º | 0.06% | 0.64% | - |
| XYZ | 32.69 | 35.38 | 34.81 | - |
| YUV | 159.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 152 | 0.02 | 0 | 0.06 | 0.36 | 84 | 0.05 | 0.62 |
| Hex | 9E | A2 | 98 | 2 | 0 | 6 | 24 | 54 | 5 | 3E |
| Octal | 236 | 242 | 230 | 2 | 0 | 6 | 44 | 124 | 5 | 76 |
| Binary | 10011110 | 10100010 | 10011000 | 10 | 0 | 110 | 100100 | 1010100 | 101 | 111110 |
Color Harmonies of #9EA298
Complementary color
Monochromatic Colors of #9EA298
Black with #9EA298
Text Example
Text Example
White with #9EA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA298; }
p { color: rgb(158,162,152); }
H1.HeaderClassName
{
color: #9EA298;
}
.AnyTagClassName
{
color: #9EA298;
}
</style>
background-color css
<style>
a { background-color: #9EA298; }
a { background-color: rgb(158,162,152); }
div.DivClassName
{
background-color: #9EA298;
}
.BgClassName
{
background-color: #9EA298;
}
</style>
border-color css
<style>
span { border-color: #9EA298; }
span { border-color: rgb(158,162,152); }
td.TdClassName
{
border-color: #9EA298;
}
.TagClassName
{
border-color: #9EA298;
}
</style>