#9FA43E

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

Shades of Brass #9FA43E

Tints of Brass #9FA43E

Color information

#9FA43E (or 0x9FA43E) is unknown color: approx Brass. HEX triplet: 9F, A4 and 3E. RGB value is (159,164,62). Sum of RGB (Red+Green+Blue) = 159+164+62=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA43E is #605BC1. Grayscale: #979797. Windows color (decimal): -6314946 or 4105375. OLE color: 4105375.

HSL color Cylindrical-coordinate representation of color #9FA43E: hue angle of 62.94º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FA43E is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB15916462-
CMYK0.0300.620.36
HSL62.94º45.13%44.31%-
HSV(B)62.94º62.2%64.31%-
XYZ28.4434.279.67-
YUV150.8877.84133.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=41.30%
G=42.60%
B=16.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159164620.0300.620.3662.9445.1344.31
Hex9FA43E303E243f2d2c
Octal23724476307644775554
Binary1001111110100100111110110111110100100111111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,62); }

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

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

 a { background-color: rgb(159,164,62); }

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

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

 span { border-color: rgb(159,164,62); }

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