#9EAA41

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

Shades of Brass #9EAA41

Tints of Brass #9EAA41

Color information

#9EAA41 (or 0x9EAA41) is unknown color: approx Brass. HEX triplet: 9E, AA and 41. RGB value is (158,170,65). Sum of RGB (Red+Green+Blue) = 158+170+65=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA41 is #6155BE. Grayscale: #9A9A9A. Windows color (decimal): -6378943 or 4303518. OLE color: 4303518.

HSL color Cylindrical-coordinate representation of color #9EAA41: hue angle of 66.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EAA41 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB15817065-
CMYK0.0700.620.33
HSL66.86º44.68%46.08%-
HSV(B)66.86º61.76%66.67%-
XYZ29.4336.410.48-
YUV154.4477.52130.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=40.20%
G=43.26%
B=16.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158170650.0700.620.3366.8644.6846.08
Hex9EAA41703E21432d2e
Octal2362521017076411035556
Binary1001111010101010100000111101111101000011000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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