Shades of Brass #9FA938
Tints of Brass #9FA938
RGB
CMYK
RGB Variations
Color information
#9FA938 (or 0x9FA938) is known color: Brass. HEX triplet: 9F, A9 and 38. RGB value is (159,169,56). Sum of RGB (Red+Green+Blue) = 159+169+56=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA938 is #6056C7. Grayscale: #999999. Windows color (decimal): -6313672 or 3713439. OLE color: 3713439.
HSL color Cylindrical-coordinate representation of color #9FA938: hue angle of 65.31º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FA938 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 56 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.34 |
| HSL | 65.31º | 0.5% | 0.44% | - |
| HSV(B) | 65.31º | 0.67% | 0.66% | - |
| XYZ | 29.2 | 36.03 | 9.16 | - |
| YUV | 153.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 56 | 0.06 | 0 | 0.67 | 0.34 | 65.31 | 0.5 | 0.44 |
| Hex | 9F | A9 | 38 | 6 | 0 | 43 | 22 | 41 | 32 | 2C |
| Octal | 237 | 251 | 70 | 6 | 0 | 103 | 42 | 101 | 62 | 54 |
| Binary | 10011111 | 10101001 | 111000 | 110 | 0 | 1000011 | 100010 | 1000001 | 110010 | 101100 |
Color Harmonies of #9FA938
Complementary color
Monochromatic Colors of #9FA938
Black with #9FA938
Text Example
Text Example
White with #9FA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA938; }
p { color: rgb(159,169,56); }
H1.HeaderClassName
{
color: #9FA938;
}
.AnyTagClassName
{
color: #9FA938;
}
</style>
background-color css
<style>
a { background-color: #9FA938; }
a { background-color: rgb(159,169,56); }
div.DivClassName
{
background-color: #9FA938;
}
.BgClassName
{
background-color: #9FA938;
}
</style>
border-color css
<style>
span { border-color: #9FA938; }
span { border-color: rgb(159,169,56); }
td.TdClassName
{
border-color: #9FA938;
}
.TagClassName
{
border-color: #9FA938;
}
</style>