Html Css Color HEX #9FAC3F Brass

📋 copy color: '#9FAC3F'

red 159 ◦ green 172 ◦ blue 63

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

Shades of Brass #9FAC3F

Tints of Brass #9FAC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.65%

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

R = 40.36%
G = 43.65%
B = 15.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#9FAC3F (or 0x9FAC3F) is known color: Brass. HEX triplet: 9F, AC and 3F. RGB value is (159,172,63). Sum of RGB (Red+Green+Blue) = 159+172+63=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC3F is #6053C0. Grayscale: #9C9C9C. Windows color (decimal): -6312897 or 4172959. OLE color: 4172959.

HSL color Cylindrical-coordinate representation of color #9FAC3F: hue angle of 67.16º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FAC3F is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 172 63 -
CMYK 0.08 0 0.63 0.33
HSL 67.16º 0.46% 0.46% -
HSV(B) 67.16º 0.63% 0.67% -
XYZ 29.95 37.23 10.31 -
YUV 155.69 75.69 130.36 -
System Red Green Blue C M Y K H S L
Decimal 159 172 63 0.08 0 0.63 0.33 67.16 0.46 0.46
Hex 9F AC 3F 8 0 3F 21 43 2E 2E
Octal 237 254 77 10 0 77 41 103 56 56
Binary 10011111 10101100 111111 1000 0 111111 100001 1000011 101110 101110

Color Harmonies of #9FAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC3F

Black with #9FAC3F

Text Example


Text Example

White with #9FAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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