Shades of Delta #8E928A
Tints of Delta #8E928A
RGB
CMYK
RGB Variations
Color information
#8E928A (or 0x8E928A) is known color: Delta. HEX triplet: 8E, 92 and 8A. RGB value is (142,146,138). Sum of RGB (Red+Green+Blue) = 142+146+138=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 146 - color contains mainly: green. Hex color #8E928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E928A is #716D75. Grayscale: #8F8F8F. Windows color (decimal): -7433590 or 9081486. OLE color: 9081486.
HSL color Cylindrical-coordinate representation of color #8E928A: hue angle of 90º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E928A is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 146 | 138 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.43 |
| HSL | 90º | 0.04% | 0.56% | - |
| HSV(B) | 90º | 0.05% | 0.57% | - |
| XYZ | 26.02 | 28.14 | 28.11 | - |
| YUV | 143.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 138 | 0.03 | 0 | 0.05 | 0.43 | 90 | 0.04 | 0.56 |
| Hex | 8E | 92 | 8A | 3 | 0 | 5 | 2B | 5A | 4 | 38 |
| Octal | 216 | 222 | 212 | 3 | 0 | 5 | 53 | 132 | 4 | 70 |
| Binary | 10001110 | 10010010 | 10001010 | 11 | 0 | 101 | 101011 | 1011010 | 100 | 111000 |
Color Harmonies of #8E928A
Complementary color
Monochromatic Colors of #8E928A
Black with #8E928A
Text Example
Text Example
White with #8E928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E928A; }
p { color: rgb(142,146,138); }
H1.HeaderClassName
{
color: #8E928A;
}
.AnyTagClassName
{
color: #8E928A;
}
</style>
background-color css
<style>
a { background-color: #8E928A; }
a { background-color: rgb(142,146,138); }
div.DivClassName
{
background-color: #8E928A;
}
.BgClassName
{
background-color: #8E928A;
}
</style>
border-color css
<style>
span { border-color: #8E928A; }
span { border-color: rgb(142,146,138); }
td.TdClassName
{
border-color: #8E928A;
}
.TagClassName
{
border-color: #8E928A;
}
</style>