#9FA249

Color #9FA249 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #9FA249

Tints of Brass #9FA249

Color information

#9FA249 (or 0x9FA249) is unknown color: approx Brass. HEX triplet: 9F, A2 and 49. RGB value is (159,162,73). Sum of RGB (Red+Green+Blue) = 159+162+73=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA249 is #605DB6. Grayscale: #979797. Windows color (decimal): -6315447 or 4825759. OLE color: 4825759.

HSL color Cylindrical-coordinate representation of color #9FA249: hue angle of 62.02º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FA249 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB15916273-
CMYK0.0200.550.36
HSL62.02º37.87%46.08%-
HSV(B)62.02º54.94%63.53%-
XYZ28.4233.6911.31-
YUV150.9684.01133.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 162 (63.67% from 255) = 41.12%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=40.36%
G=41.12%
B=18.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159162730.0200.550.3662.0237.8746.08
Hex9FA2492037243e262e
Octal237242111206744764656
Binary10011111101000101001001100110111100100111110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA249; }

 p { color: rgb(159,162,73); }

 H1.HeaderClassName
 {
   color: #9FA249;
 }
 .AnyTagClassName
 {
   color: #9FA249;
 }
</style>
background-color css

<style>
 a { background-color: #9FA249; }

 a { background-color: rgb(159,162,73); }

 div.DivClassName
 {
   background-color: #9FA249;
 }
 .BgClassName
 {
   background-color: #9FA249;
 }
</style>
border-color css

<style>
 span { border-color: #9FA249; }

 span { border-color: rgb(159,162,73); }

 td.TdClassName
 {
   border-color: #9FA249;
 }
 .TagClassName
 {
   border-color: #9FA249;
 }
</style>