Shades of Delta #9EA299
Tints of Delta #9EA299
RGB
CMYK
RGB Variations
Color information
#9EA299 (or 0x9EA299) is known color: Delta. HEX triplet: 9E, A2 and 99. RGB value is (158,162,153). Sum of RGB (Red+Green+Blue) = 158+162+153=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA299 is #615D66. Grayscale: #9F9F9F. Windows color (decimal): -6380903 or 10068638. OLE color: 10068638.
HSL color Cylindrical-coordinate representation of color #9EA299: hue angle of 86.67º 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 #9EA299 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 162 | 153 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.36 |
| HSL | 86.67º | 0.05% | 0.62% | - |
| HSV(B) | 86.67º | 0.06% | 0.64% | - |
| XYZ | 32.77 | 35.41 | 35.24 | - |
| YUV | 159.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 153 | 0.02 | 0 | 0.06 | 0.36 | 86.67 | 0.05 | 0.62 |
| Hex | 9E | A2 | 99 | 2 | 0 | 6 | 24 | 57 | 5 | 3E |
| Octal | 236 | 242 | 231 | 2 | 0 | 6 | 44 | 127 | 5 | 76 |
| Binary | 10011110 | 10100010 | 10011001 | 10 | 0 | 110 | 100100 | 1010111 | 101 | 111110 |
Color Harmonies of #9EA299
Complementary color
Monochromatic Colors of #9EA299
Black with #9EA299
Text Example
Text Example
White with #9EA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA299; }
p { color: rgb(158,162,153); }
H1.HeaderClassName
{
color: #9EA299;
}
.AnyTagClassName
{
color: #9EA299;
}
</style>
background-color css
<style>
a { background-color: #9EA299; }
a { background-color: rgb(158,162,153); }
div.DivClassName
{
background-color: #9EA299;
}
.BgClassName
{
background-color: #9EA299;
}
</style>
border-color css
<style>
span { border-color: #9EA299; }
span { border-color: rgb(158,162,153); }
td.TdClassName
{
border-color: #9EA299;
}
.TagClassName
{
border-color: #9EA299;
}
</style>