Shades of Brass #9EA943
Tints of Brass #9EA943
RGB
CMYK
RGB Variations
Color information
#9EA943 (or 0x9EA943) is known color: Brass. HEX triplet: 9E, A9 and 43. RGB value is (158,169,67). Sum of RGB (Red+Green+Blue) = 158+169+67=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA943 is #6156BC. Grayscale: #9A9A9A. Windows color (decimal): -6379197 or 4434334. OLE color: 4434334.
HSL color Cylindrical-coordinate representation of color #9EA943: hue angle of 66.47º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EA943 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 67 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.34 |
| HSL | 66.47º | 0.43% | 0.46% | - |
| HSV(B) | 66.47º | 0.6% | 0.66% | - |
| XYZ | 29.3 | 36.05 | 10.72 | - |
| YUV | 154.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 67 | 0.07 | 0 | 0.60 | 0.34 | 66.47 | 0.43 | 0.46 |
| Hex | 9E | A9 | 43 | 7 | 0 | 3C | 22 | 42 | 2B | 2E |
| Octal | 236 | 251 | 103 | 7 | 0 | 74 | 42 | 102 | 53 | 56 |
| Binary | 10011110 | 10101001 | 1000011 | 111 | 0 | 111100 | 100010 | 1000010 | 101011 | 101110 |
Color Harmonies of #9EA943
Complementary color
Monochromatic Colors of #9EA943
Black with #9EA943
Text Example
Text Example
White with #9EA943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA943; }
p { color: rgb(158,169,67); }
H1.HeaderClassName
{
color: #9EA943;
}
.AnyTagClassName
{
color: #9EA943;
}
</style>
background-color css
<style>
a { background-color: #9EA943; }
a { background-color: rgb(158,169,67); }
div.DivClassName
{
background-color: #9EA943;
}
.BgClassName
{
background-color: #9EA943;
}
</style>
border-color css
<style>
span { border-color: #9EA943; }
span { border-color: rgb(158,169,67); }
td.TdClassName
{
border-color: #9EA943;
}
.TagClassName
{
border-color: #9EA943;
}
</style>