Html Css Color HEX #9FAA46 Brass

📋 copy color: '#9FAA46'

red 159 ◦ green 170 ◦ blue 70

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

Shades of Brass #9FAA46

Tints of Brass #9FAA46

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.61%

 BLUE value IS 70 (27.73% from 255) = 17.54%

R = 39.85%
G = 42.61%
B = 17.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#9FAA46 (or 0x9FAA46) is known color: Brass. HEX triplet: 9F, AA and 46. RGB value is (159,170,70). Sum of RGB (Red+Green+Blue) = 159+170+70=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA46 is #6055B9. Grayscale: #9B9B9B. Windows color (decimal): -6313402 or 4631199. OLE color: 4631199.

HSL color Cylindrical-coordinate representation of color #9FAA46: hue angle of 66.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FAA46 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 170 70 -
CMYK 0.06 0 0.59 0.33
HSL 66.6º 0.42% 0.47% -
HSV(B) 66.6º 0.59% 0.67% -
XYZ 29.78 36.56 11.28 -
YUV 155.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 159 170 70 0.06 0 0.59 0.33 66.6 0.42 0.47
Hex 9F AA 46 6 0 3B 21 43 2A 2F
Octal 237 252 106 6 0 73 41 103 52 57
Binary 10011111 10101010 1000110 110 0 111011 100001 1000011 101010 101111

Color Harmonies of #9FAA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA46

Black with #9FAA46

Text Example


Text Example

White with #9FAA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,170,70); }

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

background-color css

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

 a { background-color: rgb(159,170,70); }

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

border-color css

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

 span { border-color: rgb(159,170,70); }

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