Shades of Brass #9FA33B
Tints of Brass #9FA33B
RGB
CMYK
RGB Variations
Color information
#9FA33B (or 0x9FA33B) is known color: Brass. HEX triplet: 9F, A3 and 3B. RGB value is (159,163,59). Sum of RGB (Red+Green+Blue) = 159+163+59=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA33B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA33B is #605CC4. Grayscale: #969696. Windows color (decimal): -6315205 or 3908511. OLE color: 3908511.
HSL color Cylindrical-coordinate representation of color #9FA33B: hue angle of 62.31º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FA33B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 59 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.36 |
| HSL | 62.31º | 0.47% | 0.44% | - |
| HSV(B) | 62.31º | 0.64% | 0.64% | - |
| XYZ | 28.18 | 33.88 | 9.19 | - |
| YUV | 149.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 59 | 0.02 | 0 | 0.64 | 0.36 | 62.31 | 0.47 | 0.44 |
| Hex | 9F | A3 | 3B | 2 | 0 | 40 | 24 | 3E | 2F | 2C |
| Octal | 237 | 243 | 73 | 2 | 0 | 100 | 44 | 76 | 57 | 54 |
| Binary | 10011111 | 10100011 | 111011 | 10 | 0 | 1000000 | 100100 | 111110 | 101111 | 101100 |
Color Harmonies of #9FA33B
Complementary color
Monochromatic Colors of #9FA33B
Black with #9FA33B
Text Example
Text Example
White with #9FA33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA33B; }
p { color: rgb(159,163,59); }
H1.HeaderClassName
{
color: #9FA33B;
}
.AnyTagClassName
{
color: #9FA33B;
}
</style>
background-color css
<style>
a { background-color: #9FA33B; }
a { background-color: rgb(159,163,59); }
div.DivClassName
{
background-color: #9FA33B;
}
.BgClassName
{
background-color: #9FA33B;
}
</style>
border-color css
<style>
span { border-color: #9FA33B; }
span { border-color: rgb(159,163,59); }
td.TdClassName
{
border-color: #9FA33B;
}
.TagClassName
{
border-color: #9FA33B;
}
</style>