#9FAA44

Color #9FAA44 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #9FAA44

Tints of Brass #9FAA44

Color information

#9FAA44 (or 0x9FAA44) is unknown color: approx Brass. HEX triplet: 9F, AA and 44. RGB value is (159,170,68). Sum of RGB (Red+Green+Blue) = 159+170+68=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA44 is #6055BB. Grayscale: #9B9B9B. Windows color (decimal): -6313404 or 4500127. OLE color: 4500127.

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

Color convert

RGB15917068-
CMYK0.0600.60.33
HSL66.47º42.86%46.67%-
HSV(B)66.47º60%66.67%-
XYZ29.7236.5410.96-
YUV155.0878.86130.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.05%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=40.05%
G=42.82%
B=17.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159170680.0600.60.3366.4742.8646.67
Hex9FAA44603C21422b2f
Octal2372521046074411025357
Binary1001111110101010100010011001111001000011000010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FAA44;
 }
 .AnyTagClassName
 {
   color: #9FAA44;
 }
</style>
background-color css

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

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

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

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

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

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