Html Css Color HEX #9FA442 Brass

📋 copy color: '#9FA442'

red 159 ◦ green 164 ◦ blue 66

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

Shades of Brass #9FA442

Tints of Brass #9FA442

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.16%

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 40.87%
G = 42.16%
B = 16.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#9FA442 (or 0x9FA442) is known color: Brass. HEX triplet: 9F, A4 and 42. RGB value is (159,164,66). Sum of RGB (Red+Green+Blue) = 159+164+66=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA442 is #605BBD. Grayscale: #979797. Windows color (decimal): -6314942 or 4367519. OLE color: 4367519.

HSL color Cylindrical-coordinate representation of color #9FA442: hue angle of 63.06º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FA442 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 164 66 -
CMYK 0.03 0 0.60 0.36
HSL 63.06º 0.43% 0.45% -
HSV(B) 63.06º 0.6% 0.64% -
XYZ 28.56 34.32 10.27 -
YUV 151.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 159 164 66 0.03 0 0.60 0.36 63.06 0.43 0.45
Hex 9F A4 42 3 0 3C 24 3F 2B 2D
Octal 237 244 102 3 0 74 44 77 53 55
Binary 10011111 10100100 1000010 11 0 111100 100100 111111 101011 101101

Color Harmonies of #9FA442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA442

Black with #9FA442

Text Example


Text Example

White with #9FA442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,164,66); }

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

background-color css

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

 a { background-color: rgb(159,164,66); }

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

border-color css

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

 span { border-color: rgb(159,164,66); }

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