Html Css Color HEX #9FA149 Brass

📋 copy color: '#9FA149'

red 159 ◦ green 161 ◦ blue 73

#9FA149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #9FA149

Tints of Brass #9FA149

RGB

 RED value IS 159 (62.5% from 255) = 40.46%

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 40.46%
G = 40.97%
B = 18.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#9FA149 (or 0x9FA149) is known color: Brass. HEX triplet: 9F, A1 and 49. RGB value is (159,161,73). Sum of RGB (Red+Green+Blue) = 159+161+73=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA149 is #605EB6. Grayscale: #969696. Windows color (decimal): -6315703 or 4825503. OLE color: 4825503.

HSL color Cylindrical-coordinate representation of color #9FA149: hue angle of 61.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FA149 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 161 73 -
CMYK 0.01 0 0.55 0.37
HSL 61.36º 0.38% 0.46% -
HSV(B) 61.36º 0.55% 0.63% -
XYZ 28.25 33.34 11.25 -
YUV 150.37 84.34 134.16 -
System Red Green Blue C M Y K H S L
Decimal 159 161 73 0.01 0 0.55 0.37 61.36 0.38 0.46
Hex 9F A1 49 1 0 37 25 3D 26 2E
Octal 237 241 111 1 0 67 45 75 46 56
Binary 10011111 10100001 1001001 1 0 110111 100101 111101 100110 101110

Color Harmonies of #9FA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA149

Black with #9FA149

Text Example


Text Example

White with #9FA149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,161,73); }

 H1.HeaderClassName
 {
   color: #9FA149;
 }
 .AnyTagClassName
 {
   color: #9FA149;
 }
</style>

background-color css

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

 a { background-color: rgb(159,161,73); }

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

border-color css

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

 span { border-color: rgb(159,161,73); }

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