Html Css Color HEX #9FA43F Brass

📋 copy color: '#9FA43F'

red 159 ◦ green 164 ◦ blue 63

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

Shades of Brass #9FA43F

Tints of Brass #9FA43F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.49%

 BLUE value IS 63 (25% from 255) = 16.32%

R = 41.19%
G = 42.49%
B = 16.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#9FA43F (or 0x9FA43F) is known color: Brass. HEX triplet: 9F, A4 and 3F. RGB value is (159,164,63). Sum of RGB (Red+Green+Blue) = 159+164+63=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA43F is #605BC0. Grayscale: #979797. Windows color (decimal): -6314945 or 4170911. OLE color: 4170911.

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

Color convert

RGB 159 164 63 -
CMYK 0.03 0 0.62 0.36
HSL 62.97º 0.44% 0.45% -
HSV(B) 62.97º 0.62% 0.64% -
XYZ 28.47 34.28 9.82 -
YUV 150.99 78.34 133.71 -
System Red Green Blue C M Y K H S L
Decimal 159 164 63 0.03 0 0.62 0.36 62.97 0.44 0.45
Hex 9F A4 3F 3 0 3E 24 3F 2C 2D
Octal 237 244 77 3 0 76 44 77 54 55
Binary 10011111 10100100 111111 11 0 111110 100100 111111 101100 101101

Color Harmonies of #9FA43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA43F

Black with #9FA43F

Text Example


Text Example

White with #9FA43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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