Html Css Color HEX #9FA63A Brass

📋 copy color: '#9FA63A'

red 159 ◦ green 166 ◦ blue 58

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

Shades of Brass #9FA63A

Tints of Brass #9FA63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.34%

 BLUE value IS 58 (23.05% from 255) = 15.14%

R = 41.51%
G = 43.34%
B = 15.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#9FA63A (or 0x9FA63A) is known color: Brass. HEX triplet: 9F, A6 and 3A. RGB value is (159,166,58). Sum of RGB (Red+Green+Blue) = 159+166+58=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA63A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA63A is #6059C5. Grayscale: #989898. Windows color (decimal): -6314438 or 3843743. OLE color: 3843743.

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

Color convert

RGB 159 166 58 -
CMYK 0.04 0 0.65 0.35
HSL 63.89º 0.48% 0.44% -
HSV(B) 63.89º 0.65% 0.65% -
XYZ 28.7 34.95 9.24 -
YUV 151.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 159 166 58 0.04 0 0.65 0.35 63.89 0.48 0.44
Hex 9F A6 3A 4 0 41 23 40 30 2C
Octal 237 246 72 4 0 101 43 100 60 54
Binary 10011111 10100110 111010 100 0 1000001 100011 1000000 110000 101100

Color Harmonies of #9FA63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA63A

Black with #9FA63A

Text Example


Text Example

White with #9FA63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,166,58); }

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

background-color css

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

 a { background-color: rgb(159,166,58); }

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

border-color css

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

 span { border-color: rgb(159,166,58); }

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