Shades of Brass #9EA83B
Tints of Brass #9EA83B
RGB
CMYK
RGB Variations
Color information
#9EA83B (or 0x9EA83B) is known color: Brass. HEX triplet: 9E, A8 and 3B. RGB value is (158,168,59). Sum of RGB (Red+Green+Blue) = 158+168+59=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA83B is #6157C4. Grayscale: #999999. Windows color (decimal): -6379461 or 3909790. OLE color: 3909790.
HSL color Cylindrical-coordinate representation of color #9EA83B: hue angle of 65.5º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9EA83B is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 59 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.34 |
| HSL | 65.5º | 0.48% | 0.45% | - |
| HSV(B) | 65.5º | 0.65% | 0.66% | - |
| XYZ | 28.89 | 35.59 | 9.48 | - |
| YUV | 152.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 59 | 0.06 | 0 | 0.65 | 0.34 | 65.5 | 0.48 | 0.45 |
| Hex | 9E | A8 | 3B | 6 | 0 | 41 | 22 | 42 | 30 | 2D |
| Octal | 236 | 250 | 73 | 6 | 0 | 101 | 42 | 102 | 60 | 55 |
| Binary | 10011110 | 10101000 | 111011 | 110 | 0 | 1000001 | 100010 | 1000010 | 110000 | 101101 |
Color Harmonies of #9EA83B
Complementary color
Monochromatic Colors of #9EA83B
Black with #9EA83B
Text Example
Text Example
White with #9EA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA83B; }
p { color: rgb(158,168,59); }
H1.HeaderClassName
{
color: #9EA83B;
}
.AnyTagClassName
{
color: #9EA83B;
}
</style>
background-color css
<style>
a { background-color: #9EA83B; }
a { background-color: rgb(158,168,59); }
div.DivClassName
{
background-color: #9EA83B;
}
.BgClassName
{
background-color: #9EA83B;
}
</style>
border-color css
<style>
span { border-color: #9EA83B; }
span { border-color: rgb(158,168,59); }
td.TdClassName
{
border-color: #9EA83B;
}
.TagClassName
{
border-color: #9EA83B;
}
</style>