#9EAA44

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

Shades of Brass #9EAA44

Tints of Brass #9EAA44

Color information

#9EAA44 (or 0x9EAA44) is unknown color: approx Brass. HEX triplet: 9E, AA and 44. RGB value is (158,170,68). Sum of RGB (Red+Green+Blue) = 158+170+68=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA44 is #6155BB. Grayscale: #9B9B9B. Windows color (decimal): -6378940 or 4500126. OLE color: 4500126.

HSL color Cylindrical-coordinate representation of color #9EAA44: hue angle of 67.06º 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 #9EAA44 is Cyan = 0.07, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB15817068-
CMYK0.0700.60.33
HSL67.06º42.86%46.67%-
HSV(B)67.06º60%66.67%-
XYZ29.5236.4410.95-
YUV154.7879.02130.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.90%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 68 (26.95% from 255) = 17.17%
R=39.90%
G=42.93%
B=17.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158170680.0700.60.3367.0642.8646.67
Hex9EAA44703C21432b2f
Octal2362521047074411035357
Binary1001111010101010100010011101111001000011000011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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