#9FA53B

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

Shades of Brass #9FA53B

Tints of Brass #9FA53B

Color information

#9FA53B (or 0x9FA53B) is unknown color: approx Brass. HEX triplet: 9F, A5 and 3B. RGB value is (159,165,59). Sum of RGB (Red+Green+Blue) = 159+165+59=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA53B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA53B is #605AC4. Grayscale: #979797. Windows color (decimal): -6314693 or 3909023. OLE color: 3909023.

HSL color Cylindrical-coordinate representation of color #9FA53B: hue angle of 63.4º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FA53B is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB15916559-
CMYK0.0400.640.35
HSL63.4º47.32%43.92%-
HSV(B)63.4º64.24%64.71%-
XYZ28.5434.69.31-
YUV151.1276.01133.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 59 (23.44% from 255) = 15.40%
R=41.51%
G=43.08%
B=15.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159165590.0400.640.3563.447.3243.92
Hex9FA53B4040233f2f2c
Octal237245734010043775754
Binary100111111010010111101110001000000100011111111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,165,59); }

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

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

 a { background-color: rgb(159,165,59); }

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

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

 span { border-color: rgb(159,165,59); }

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