Shades of Delta #9EA592
Tints of Delta #9EA592
RGB
CMYK
RGB Variations
Color information
#9EA592 (or 0x9EA592) is known color: Delta. HEX triplet: 9E, A5 and 92. RGB value is (158,165,146). Sum of RGB (Red+Green+Blue) = 158+165+146=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA592 is #615A6D. Grayscale: #A0A0A0. Windows color (decimal): -6380142 or 9610654. OLE color: 9610654.
HSL color Cylindrical-coordinate representation of color #9EA592: hue angle of 82.11º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA592 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 165 | 146 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.35 |
| HSL | 82.11º | 0.1% | 0.61% | - |
| HSV(B) | 82.11º | 0.12% | 0.65% | - |
| XYZ | 32.74 | 36.25 | 32.47 | - |
| YUV | 160.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 146 | 0.04 | 0 | 0.12 | 0.35 | 82.11 | 0.1 | 0.61 |
| Hex | 9E | A5 | 92 | 4 | 0 | C | 23 | 52 | A | 3D |
| Octal | 236 | 245 | 222 | 4 | 0 | 14 | 43 | 122 | 12 | 75 |
| Binary | 10011110 | 10100101 | 10010010 | 100 | 0 | 1100 | 100011 | 1010010 | 1010 | 111101 |
Color Harmonies of #9EA592
Complementary color
Monochromatic Colors of #9EA592
Black with #9EA592
Text Example
Text Example
White with #9EA592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA592; }
p { color: rgb(158,165,146); }
H1.HeaderClassName
{
color: #9EA592;
}
.AnyTagClassName
{
color: #9EA592;
}
</style>
background-color css
<style>
a { background-color: #9EA592; }
a { background-color: rgb(158,165,146); }
div.DivClassName
{
background-color: #9EA592;
}
.BgClassName
{
background-color: #9EA592;
}
</style>
border-color css
<style>
span { border-color: #9EA592; }
span { border-color: rgb(158,165,146); }
td.TdClassName
{
border-color: #9EA592;
}
.TagClassName
{
border-color: #9EA592;
}
</style>