Shades of Brass #9EAA3D
Tints of Brass #9EAA3D
RGB
CMYK
RGB Variations
Color information
#9EAA3D (or 0x9EAA3D) is known color: Brass. HEX triplet: 9E, AA and 3D. RGB value is (158,170,61). Sum of RGB (Red+Green+Blue) = 158+170+61=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA3D is #6155C2. Grayscale: #9A9A9A. Windows color (decimal): -6378947 or 4041374. OLE color: 4041374.
HSL color Cylindrical-coordinate representation of color #9EAA3D: hue angle of 66.61º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EAA3D is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 61 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.33 |
| HSL | 66.61º | 0.47% | 0.45% | - |
| HSV(B) | 66.61º | 0.64% | 0.67% | - |
| XYZ | 29.32 | 36.36 | 9.89 | - |
| YUV | 153.99 | 75.52 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 61 | 0.07 | 0 | 0.64 | 0.33 | 66.61 | 0.47 | 0.45 |
| Hex | 9E | AA | 3D | 7 | 0 | 40 | 21 | 43 | 2F | 2D |
| Octal | 236 | 252 | 75 | 7 | 0 | 100 | 41 | 103 | 57 | 55 |
| Binary | 10011110 | 10101010 | 111101 | 111 | 0 | 1000000 | 100001 | 1000011 | 101111 | 101101 |
Color Harmonies of #9EAA3D
Complementary color
Monochromatic Colors of #9EAA3D
Black with #9EAA3D
Text Example
Text Example
White with #9EAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA3D; }
p { color: rgb(158,170,61); }
H1.HeaderClassName
{
color: #9EAA3D;
}
.AnyTagClassName
{
color: #9EAA3D;
}
</style>
background-color css
<style>
a { background-color: #9EAA3D; }
a { background-color: rgb(158,170,61); }
div.DivClassName
{
background-color: #9EAA3D;
}
.BgClassName
{
background-color: #9EAA3D;
}
</style>
border-color css
<style>
span { border-color: #9EAA3D; }
span { border-color: rgb(158,170,61); }
td.TdClassName
{
border-color: #9EAA3D;
}
.TagClassName
{
border-color: #9EAA3D;
}
</style>