#9EA440

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

Shades of Brass #9EA440

Tints of Brass #9EA440

Color information

#9EA440 (or 0x9EA440) is unknown color: approx Brass. HEX triplet: 9E, A4 and 40. RGB value is (158,164,64). Sum of RGB (Red+Green+Blue) = 158+164+64=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA440 is #615BBF. Grayscale: #979797. Windows color (decimal): -6380480 or 4236446. OLE color: 4236446.

HSL color Cylindrical-coordinate representation of color #9EA440: hue angle of 63.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EA440 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB15816464-
CMYK0.0400.610.36
HSL63.6º43.86%44.71%-
HSV(B)63.6º60.98%64.31%-
XYZ28.334.199.96-
YUV150.8179.01133.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.93%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=40.93%
G=42.49%
B=16.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158164640.0400.610.3663.643.8644.71
Hex9EA440403D24402c2d
Octal2362441004075441005455
Binary1001111010100100100000010001111011001001000000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,164,64); }

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

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

 a { background-color: rgb(158,164,64); }

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

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

 span { border-color: rgb(158,164,64); }

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