Shades of Brass #9EA93E
Tints of Brass #9EA93E
RGB
CMYK
RGB Variations
Color information
#9EA93E (or 0x9EA93E) is known color: Brass. HEX triplet: 9E, A9 and 3E. RGB value is (158,169,62). Sum of RGB (Red+Green+Blue) = 158+169+62=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA93E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA93E is #6156C1. Grayscale: #999999. Windows color (decimal): -6379202 or 4106654. OLE color: 4106654.
HSL color Cylindrical-coordinate representation of color #9EA93E: hue angle of 66.17º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EA93E is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 62 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.34 |
| HSL | 66.17º | 0.46% | 0.45% | - |
| HSV(B) | 66.17º | 0.63% | 0.66% | - |
| XYZ | 29.16 | 35.99 | 9.97 | - |
| YUV | 153.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 62 | 0.07 | 0 | 0.63 | 0.34 | 66.17 | 0.46 | 0.45 |
| Hex | 9E | A9 | 3E | 7 | 0 | 3F | 22 | 42 | 2E | 2D |
| Octal | 236 | 251 | 76 | 7 | 0 | 77 | 42 | 102 | 56 | 55 |
| Binary | 10011110 | 10101001 | 111110 | 111 | 0 | 111111 | 100010 | 1000010 | 101110 | 101101 |
Color Harmonies of #9EA93E
Complementary color
Monochromatic Colors of #9EA93E
Black with #9EA93E
Text Example
Text Example
White with #9EA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA93E; }
p { color: rgb(158,169,62); }
H1.HeaderClassName
{
color: #9EA93E;
}
.AnyTagClassName
{
color: #9EA93E;
}
</style>
background-color css
<style>
a { background-color: #9EA93E; }
a { background-color: rgb(158,169,62); }
div.DivClassName
{
background-color: #9EA93E;
}
.BgClassName
{
background-color: #9EA93E;
}
</style>
border-color css
<style>
span { border-color: #9EA93E; }
span { border-color: rgb(158,169,62); }
td.TdClassName
{
border-color: #9EA93E;
}
.TagClassName
{
border-color: #9EA93E;
}
</style>