#9FA839

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

Shades of Brass #9FA839

Tints of Brass #9FA839

Color information

#9FA839 (or 0x9FA839) is unknown color: approx Brass. HEX triplet: 9F, A8 and 39. RGB value is (159,168,57). Sum of RGB (Red+Green+Blue) = 159+168+57=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA839 is #6057C6. Grayscale: #999999. Windows color (decimal): -6313927 or 3778719. OLE color: 3778719.

HSL color Cylindrical-coordinate representation of color #9FA839: hue angle of 64.86º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FA839 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB15916857-
CMYK0.0500.660.34
HSL64.86º49.33%44.12%-
HSV(B)64.86º66.07%65.88%-
XYZ29.0435.679.23-
YUV152.6574.02132.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 168 (66.02% from 255) = 43.75%
BLUE value IS 57 (22.66% from 255) = 14.84%
R=41.41%
G=43.75%
B=14.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159168570.0500.660.3464.8649.3344.12
Hex9FA83950422241312c
Octal2372507150102421016154
Binary1001111110101000111001101010000101000101000001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,168,57); }

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

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

 a { background-color: rgb(159,168,57); }

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

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

 span { border-color: rgb(159,168,57); }

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