Html Css Color HEX #9FA339 Brass

📋 copy color: '#9FA339'

red 159 ◦ green 163 ◦ blue 57

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

Shades of Brass #9FA339

Tints of Brass #9FA339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.04%

R = 41.95%
G = 43.01%
B = 15.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#9FA339 (or 0x9FA339) is known color: Brass. HEX triplet: 9F, A3 and 39. RGB value is (159,163,57). Sum of RGB (Red+Green+Blue) = 159+163+57=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA339 is #605CC6. Grayscale: #969696. Windows color (decimal): -6315207 or 3777439. OLE color: 3777439.

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

Color convert

RGB 159 163 57 -
CMYK 0.02 0 0.65 0.36
HSL 62.26º 0.48% 0.43% -
HSV(B) 62.26º 0.65% 0.64% -
XYZ 28.13 33.86 8.92 -
YUV 149.72 75.67 134.62 -
System Red Green Blue C M Y K H S L
Decimal 159 163 57 0.02 0 0.65 0.36 62.26 0.48 0.43
Hex 9F A3 39 2 0 41 24 3E 30 2B
Octal 237 243 71 2 0 101 44 76 60 53
Binary 10011111 10100011 111001 10 0 1000001 100100 111110 110000 101011

Color Harmonies of #9FA339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA339

Black with #9FA339

Text Example


Text Example

White with #9FA339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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