Html Css Color HEX #9FA548 Brass

📋 copy color: '#9FA548'

red 159 ◦ green 165 ◦ blue 72

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

Shades of Brass #9FA548

Tints of Brass #9FA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 40.15%
G = 41.67%
B = 18.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#9FA548 (or 0x9FA548) is known color: Brass. HEX triplet: 9F, A5 and 48. RGB value is (159,165,72). Sum of RGB (Red+Green+Blue) = 159+165+72=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA548 is #605AB7. Grayscale: #989898. Windows color (decimal): -6314680 or 4760991. OLE color: 4760991.

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

Color convert

RGB 159 165 72 -
CMYK 0.04 0 0.56 0.35
HSL 63.87º 0.39% 0.46% -
HSV(B) 63.87º 0.56% 0.65% -
XYZ 28.92 34.75 11.31 -
YUV 152.6 82.51 132.56 -
System Red Green Blue C M Y K H S L
Decimal 159 165 72 0.04 0 0.56 0.35 63.87 0.39 0.46
Hex 9F A5 48 4 0 38 23 40 27 2E
Octal 237 245 110 4 0 70 43 100 47 56
Binary 10011111 10100101 1001000 100 0 111000 100011 1000000 100111 101110

Color Harmonies of #9FA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA548

Black with #9FA548

Text Example


Text Example

White with #9FA548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,72); }

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

background-color css

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

 a { background-color: rgb(159,165,72); }

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

border-color css

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

 span { border-color: rgb(159,165,72); }

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