#9EA247

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

Shades of Brass #9EA247

Tints of Brass #9EA247

Color information

#9EA247 (or 0x9EA247) is unknown color: approx Brass. HEX triplet: 9E, A2 and 47. RGB value is (158,162,71). Sum of RGB (Red+Green+Blue) = 158+162+71=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA247 is #615DB8. Grayscale: #969696. Windows color (decimal): -6380985 or 4694686. OLE color: 4694686.

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

Color convert

RGB15816271-
CMYK0.0200.560.36
HSL62.64º39.06%45.69%-
HSV(B)62.64º56.17%63.53%-
XYZ28.1633.5610.96-
YUV150.4383.17133.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 71 (28.12% from 255) = 18.16%
R=40.41%
G=41.43%
B=18.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158162710.0200.560.3662.6439.0645.69
Hex9EA2472038243f272e
Octal236242107207044774756
Binary10011110101000101000111100111000100100111111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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