#9FA937

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

Shades of Brass #9FA937

Tints of Brass #9FA937

Color information

#9FA937 (or 0x9FA937) is unknown color: approx Brass. HEX triplet: 9F, A9 and 37. RGB value is (159,169,55). Sum of RGB (Red+Green+Blue) = 159+169+55=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA937 is #6056C8. Grayscale: #999999. Windows color (decimal): -6313673 or 3647903. OLE color: 3647903.

HSL color Cylindrical-coordinate representation of color #9FA937: hue angle of 65.26º degrees, saturation: 0.51, 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 #9FA937 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB15916955-
CMYK0.0600.670.34
HSL65.26º50.89%43.92%-
HSV(B)65.26º67.46%66.27%-
XYZ29.1836.029.03-
YUV153.0172.69132.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 55 (21.88% from 255) = 14.36%
R=41.51%
G=44.13%
B=14.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159169550.0600.670.3465.2650.8943.92
Hex9FA93760432241332c
Octal2372516760103421016354
Binary1001111110101001110111110010000111000101000001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,55); }

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

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

 a { background-color: rgb(159,169,55); }

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

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

 span { border-color: rgb(159,169,55); }

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