Shades of Brass #9FAC40
Tints of Brass #9FAC40
RGB
CMYK
RGB Variations
Color information
#9FAC40 (or 0x9FAC40) is known color: Brass. HEX triplet: 9F, AC and 40. RGB value is (159,172,64). Sum of RGB (Red+Green+Blue) = 159+172+64=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC40 is #6053BF. Grayscale: #9C9C9C. Windows color (decimal): -6312896 or 4238495. OLE color: 4238495.
HSL color Cylindrical-coordinate representation of color #9FAC40: hue angle of 67.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FAC40 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 64 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.33 |
| HSL | 67.22º | 0.46% | 0.46% | - |
| HSV(B) | 67.22º | 0.63% | 0.67% | - |
| XYZ | 29.98 | 37.25 | 10.46 | - |
| YUV | 155.8 | 76.19 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 64 | 0.08 | 0 | 0.63 | 0.33 | 67.22 | 0.46 | 0.46 |
| Hex | 9F | AC | 40 | 8 | 0 | 3F | 21 | 43 | 2E | 2E |
| Octal | 237 | 254 | 100 | 10 | 0 | 77 | 41 | 103 | 56 | 56 |
| Binary | 10011111 | 10101100 | 1000000 | 1000 | 0 | 111111 | 100001 | 1000011 | 101110 | 101110 |
Color Harmonies of #9FAC40
Complementary color
Monochromatic Colors of #9FAC40
Black with #9FAC40
Text Example
Text Example
White with #9FAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC40; }
p { color: rgb(159,172,64); }
H1.HeaderClassName
{
color: #9FAC40;
}
.AnyTagClassName
{
color: #9FAC40;
}
</style>
background-color css
<style>
a { background-color: #9FAC40; }
a { background-color: rgb(159,172,64); }
div.DivClassName
{
background-color: #9FAC40;
}
.BgClassName
{
background-color: #9FAC40;
}
</style>
border-color css
<style>
span { border-color: #9FAC40; }
span { border-color: rgb(159,172,64); }
td.TdClassName
{
border-color: #9FAC40;
}
.TagClassName
{
border-color: #9FAC40;
}
</style>