Shades of Brass #9EA83A
Tints of Brass #9EA83A
RGB
CMYK
RGB Variations
Color information
#9EA83A (or 0x9EA83A) is known color: Brass. HEX triplet: 9E, A8 and 3A. RGB value is (158,168,58). Sum of RGB (Red+Green+Blue) = 158+168+58=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA83A is #6157C5. Grayscale: #989898. Windows color (decimal): -6379462 or 3844254. OLE color: 3844254.
HSL color Cylindrical-coordinate representation of color #9EA83A: hue angle of 65.45º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9EA83A is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 58 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.34 |
| HSL | 65.45º | 0.49% | 0.44% | - |
| HSV(B) | 65.45º | 0.65% | 0.66% | - |
| XYZ | 28.87 | 35.58 | 9.35 | - |
| YUV | 152.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 58 | 0.06 | 0 | 0.65 | 0.34 | 65.45 | 0.49 | 0.44 |
| Hex | 9E | A8 | 3A | 6 | 0 | 41 | 22 | 41 | 31 | 2C |
| Octal | 236 | 250 | 72 | 6 | 0 | 101 | 42 | 101 | 61 | 54 |
| Binary | 10011110 | 10101000 | 111010 | 110 | 0 | 1000001 | 100010 | 1000001 | 110001 | 101100 |
Color Harmonies of #9EA83A
Complementary color
Monochromatic Colors of #9EA83A
Black with #9EA83A
Text Example
Text Example
White with #9EA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA83A; }
p { color: rgb(158,168,58); }
H1.HeaderClassName
{
color: #9EA83A;
}
.AnyTagClassName
{
color: #9EA83A;
}
</style>
background-color css
<style>
a { background-color: #9EA83A; }
a { background-color: rgb(158,168,58); }
div.DivClassName
{
background-color: #9EA83A;
}
.BgClassName
{
background-color: #9EA83A;
}
</style>
border-color css
<style>
span { border-color: #9EA83A; }
span { border-color: rgb(158,168,58); }
td.TdClassName
{
border-color: #9EA83A;
}
.TagClassName
{
border-color: #9EA83A;
}
</style>