#9FA93A

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

Shades of Brass #9FA93A

Tints of Brass #9FA93A

Color information

#9FA93A (or 0x9FA93A) is unknown color: approx Brass. HEX triplet: 9F, A9 and 3A. RGB value is (159,169,58). Sum of RGB (Red+Green+Blue) = 159+169+58=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA93A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA93A is #6056C5. Grayscale: #999999. Windows color (decimal): -6313670 or 3844511. OLE color: 3844511.

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

Color convert

RGB15916958-
CMYK0.0600.660.34
HSL65.41º48.9%44.51%-
HSV(B)65.41º65.68%66.27%-
XYZ29.2536.059.42-
YUV153.3674.19132.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 169 (66.41% from 255) = 43.78%
BLUE value IS 58 (23.05% from 255) = 15.03%
R=41.19%
G=43.78%
B=15.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159169580.0600.660.3465.4148.944.51
Hex9FA93A60422241312d
Octal2372517260102421016155
Binary1001111110101001111010110010000101000101000001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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