Shades of Brass #9EA83F
Tints of Brass #9EA83F
RGB
CMYK
RGB Variations
Color information
#9EA83F (or 0x9EA83F) is known color: Brass. HEX triplet: 9E, A8 and 3F. RGB value is (158,168,63). Sum of RGB (Red+Green+Blue) = 158+168+63=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA83F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA83F is #6157C0. Grayscale: #999999. Windows color (decimal): -6379457 or 4171934. OLE color: 4171934.
HSL color Cylindrical-coordinate representation of color #9EA83F: hue angle of 65.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EA83F is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 63 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.34 |
| HSL | 65.71º | 0.45% | 0.45% | - |
| HSV(B) | 65.71º | 0.63% | 0.66% | - |
| XYZ | 29 | 35.63 | 10.05 | - |
| YUV | 153.04 | 77.19 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 63 | 0.06 | 0 | 0.63 | 0.34 | 65.71 | 0.45 | 0.45 |
| Hex | 9E | A8 | 3F | 6 | 0 | 3F | 22 | 42 | 2D | 2D |
| Octal | 236 | 250 | 77 | 6 | 0 | 77 | 42 | 102 | 55 | 55 |
| Binary | 10011110 | 10101000 | 111111 | 110 | 0 | 111111 | 100010 | 1000010 | 101101 | 101101 |
Color Harmonies of #9EA83F
Complementary color
Monochromatic Colors of #9EA83F
Black with #9EA83F
Text Example
Text Example
White with #9EA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA83F; }
p { color: rgb(158,168,63); }
H1.HeaderClassName
{
color: #9EA83F;
}
.AnyTagClassName
{
color: #9EA83F;
}
</style>
background-color css
<style>
a { background-color: #9EA83F; }
a { background-color: rgb(158,168,63); }
div.DivClassName
{
background-color: #9EA83F;
}
.BgClassName
{
background-color: #9EA83F;
}
</style>
border-color css
<style>
span { border-color: #9EA83F; }
span { border-color: rgb(158,168,63); }
td.TdClassName
{
border-color: #9EA83F;
}
.TagClassName
{
border-color: #9EA83F;
}
</style>