#9EA249

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

Shades of Brass #9EA249

Tints of Brass #9EA249

Color information

#9EA249 (or 0x9EA249) is unknown color: approx Brass. HEX triplet: 9E, A2 and 49. RGB value is (158,162,73). Sum of RGB (Red+Green+Blue) = 158+162+73=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA249 is #615DB6. Grayscale: #979797. Windows color (decimal): -6380983 or 4825758. OLE color: 4825758.

HSL color Cylindrical-coordinate representation of color #9EA249: hue angle of 62.7º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EA249 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB15816273-
CMYK0.0200.550.36
HSL62.7º37.87%46.08%-
HSV(B)62.7º54.94%63.53%-
XYZ28.2233.5911.3-
YUV150.6684.17133.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=40.20%
G=41.22%
B=18.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158162730.0200.550.3662.737.8746.08
Hex9EA2492037243f262e
Octal236242111206744774656
Binary10011110101000101001001100110111100100111111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,162,73); }

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

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

 a { background-color: rgb(158,162,73); }

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

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

 span { border-color: rgb(158,162,73); }

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