Html Css Color HEX #9FA346 Brass

📋 copy color: '#9FA346'

red 159 ◦ green 163 ◦ blue 70

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

Shades of Brass #9FA346

Tints of Brass #9FA346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.58%

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 40.56%
G = 41.58%
B = 17.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#9FA346 (or 0x9FA346) is known color: Brass. HEX triplet: 9F, A3 and 46. RGB value is (159,163,70). Sum of RGB (Red+Green+Blue) = 159+163+70=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA346 is #605CB9. Grayscale: #979797. Windows color (decimal): -6315194 or 4629407. OLE color: 4629407.

HSL color Cylindrical-coordinate representation of color #9FA346: hue angle of 62.58º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FA346 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 163 70 -
CMYK 0.02 0 0.57 0.36
HSL 62.58º 0.4% 0.46% -
HSV(B) 62.58º 0.57% 0.64% -
XYZ 28.5 34.01 10.86 -
YUV 151.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 159 163 70 0.02 0 0.57 0.36 62.58 0.4 0.46
Hex 9F A3 46 2 0 39 24 3F 28 2E
Octal 237 243 106 2 0 71 44 77 50 56
Binary 10011111 10100011 1000110 10 0 111001 100100 111111 101000 101110

Color Harmonies of #9FA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA346

Black with #9FA346

Text Example


Text Example

White with #9FA346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,163,70); }

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

background-color css

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

 a { background-color: rgb(159,163,70); }

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

border-color css

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

 span { border-color: rgb(159,163,70); }

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