Shades of Brass #9EAB41
Tints of Brass #9EAB41
RGB
CMYK
RGB Variations
Color information
#9EAB41 (or 0x9EAB41) is known color: Brass. HEX triplet: 9E, AB and 41. RGB value is (158,171,65). Sum of RGB (Red+Green+Blue) = 158+171+65=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAB41 is #6154BE. Grayscale: #9B9B9B. Windows color (decimal): -6378687 or 4303774. OLE color: 4303774.
HSL color Cylindrical-coordinate representation of color #9EAB41: hue angle of 67.36º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EAB41 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 65 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.33 |
| HSL | 67.36º | 0.45% | 0.46% | - |
| HSV(B) | 67.36º | 0.62% | 0.67% | - |
| XYZ | 29.62 | 36.78 | 10.54 | - |
| YUV | 155.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 65 | 0.08 | 0 | 0.62 | 0.33 | 67.36 | 0.45 | 0.46 |
| Hex | 9E | AB | 41 | 8 | 0 | 3E | 21 | 43 | 2D | 2E |
| Octal | 236 | 253 | 101 | 10 | 0 | 76 | 41 | 103 | 55 | 56 |
| Binary | 10011110 | 10101011 | 1000001 | 1000 | 0 | 111110 | 100001 | 1000011 | 101101 | 101110 |
Color Harmonies of #9EAB41
Complementary color
Monochromatic Colors of #9EAB41
Black with #9EAB41
Text Example
Text Example
White with #9EAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB41; }
p { color: rgb(158,171,65); }
H1.HeaderClassName
{
color: #9EAB41;
}
.AnyTagClassName
{
color: #9EAB41;
}
</style>
background-color css
<style>
a { background-color: #9EAB41; }
a { background-color: rgb(158,171,65); }
div.DivClassName
{
background-color: #9EAB41;
}
.BgClassName
{
background-color: #9EAB41;
}
</style>
border-color css
<style>
span { border-color: #9EAB41; }
span { border-color: rgb(158,171,65); }
td.TdClassName
{
border-color: #9EAB41;
}
.TagClassName
{
border-color: #9EAB41;
}
</style>