Html Css Color HEX #9FA43E Brass

📋 copy color: '#9FA43E'

red 159 ◦ green 164 ◦ blue 62

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

Shades of Brass #9FA43E

Tints of Brass #9FA43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 41.3%
G = 42.6%
B = 16.1%

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

#9FA43E (or 0x9FA43E) is known color: Brass. HEX triplet: 9F, A4 and 3E. RGB value is (159,164,62). Sum of RGB (Red+Green+Blue) = 159+164+62=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA43E is #605BC1. Grayscale: #979797. Windows color (decimal): -6314946 or 4105375. OLE color: 4105375.

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

Color convert

RGB 159 164 62 -
CMYK 0.03 0 0.62 0.36
HSL 62.94º 0.45% 0.44% -
HSV(B) 62.94º 0.62% 0.64% -
XYZ 28.44 34.27 9.67 -
YUV 150.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 159 164 62 0.03 0 0.62 0.36 62.94 0.45 0.44
Hex 9F A4 3E 3 0 3E 24 3F 2D 2C
Octal 237 244 76 3 0 76 44 77 55 54
Binary 10011111 10100100 111110 11 0 111110 100100 111111 101101 101100

Color Harmonies of #9FA43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA43E

Black with #9FA43E

Text Example


Text Example

White with #9FA43E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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