Shades of Brass #9FA33C
Tints of Brass #9FA33C
RGB
CMYK
RGB Variations
Color information
#9FA33C (or 0x9FA33C) is known color: Brass. HEX triplet: 9F, A3 and 3C. RGB value is (159,163,60). Sum of RGB (Red+Green+Blue) = 159+163+60=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA33C is #605CC3. Grayscale: #969696. Windows color (decimal): -6315204 or 3974047. OLE color: 3974047.
HSL color Cylindrical-coordinate representation of color #9FA33C: hue angle of 62.33º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FA33C is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 60 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.36 |
| HSL | 62.33º | 0.46% | 0.44% | - |
| HSV(B) | 62.33º | 0.63% | 0.64% | - |
| XYZ | 28.21 | 33.89 | 9.33 | - |
| YUV | 150.06 | 77.17 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 60 | 0.02 | 0 | 0.63 | 0.36 | 62.33 | 0.46 | 0.44 |
| Hex | 9F | A3 | 3C | 2 | 0 | 3F | 24 | 3E | 2E | 2C |
| Octal | 237 | 243 | 74 | 2 | 0 | 77 | 44 | 76 | 56 | 54 |
| Binary | 10011111 | 10100011 | 111100 | 10 | 0 | 111111 | 100100 | 111110 | 101110 | 101100 |
Color Harmonies of #9FA33C
Complementary color
Monochromatic Colors of #9FA33C
Black with #9FA33C
Text Example
Text Example
White with #9FA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA33C; }
p { color: rgb(159,163,60); }
H1.HeaderClassName
{
color: #9FA33C;
}
.AnyTagClassName
{
color: #9FA33C;
}
</style>
background-color css
<style>
a { background-color: #9FA33C; }
a { background-color: rgb(159,163,60); }
div.DivClassName
{
background-color: #9FA33C;
}
.BgClassName
{
background-color: #9FA33C;
}
</style>
border-color css
<style>
span { border-color: #9FA33C; }
span { border-color: rgb(159,163,60); }
td.TdClassName
{
border-color: #9FA33C;
}
.TagClassName
{
border-color: #9FA33C;
}
</style>