Html Css Color HEX #9FAC3D Brass

📋 copy color: '#9FAC3D'

red 159 ◦ green 172 ◦ blue 61

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

Shades of Brass #9FAC3D

Tints of Brass #9FAC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.56%

R = 40.56%
G = 43.88%
B = 15.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#9FAC3D (or 0x9FAC3D) is known color: Brass. HEX triplet: 9F, AC and 3D. RGB value is (159,172,61). Sum of RGB (Red+Green+Blue) = 159+172+61=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC3D is #6053C2. Grayscale: #9B9B9B. Windows color (decimal): -6312899 or 4041887. OLE color: 4041887.

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

Color convert

RGB 159 172 61 -
CMYK 0.08 0 0.65 0.33
HSL 67.03º 0.48% 0.46% -
HSV(B) 67.03º 0.65% 0.67% -
XYZ 29.89 37.21 10.02 -
YUV 155.46 74.69 130.53 -
System Red Green Blue C M Y K H S L
Decimal 159 172 61 0.08 0 0.65 0.33 67.03 0.48 0.46
Hex 9F AC 3D 8 0 41 21 43 30 2E
Octal 237 254 75 10 0 101 41 103 60 56
Binary 10011111 10101100 111101 1000 0 1000001 100001 1000011 110000 101110

Color Harmonies of #9FAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC3D

Black with #9FAC3D

Text Example


Text Example

White with #9FAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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