#9EA53F

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

Shades of Brass #9EA53F

Tints of Brass #9EA53F

Color information

#9EA53F (or 0x9EA53F) is unknown color: approx Brass. HEX triplet: 9E, A5 and 3F. RGB value is (158,165,63). Sum of RGB (Red+Green+Blue) = 158+165+63=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA53F is #615AC0. Grayscale: #979797. Windows color (decimal): -6380225 or 4171166. OLE color: 4171166.

HSL color Cylindrical-coordinate representation of color #9EA53F: hue angle of 64.12º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EA53F is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB15816563-
CMYK0.0400.620.35
HSL64.12º44.74%44.71%-
HSV(B)64.12º61.82%64.71%-
XYZ28.4534.549.87-
YUV151.2878.18132.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.93%
GREEN value IS 165 (64.84% from 255) = 42.75%
BLUE value IS 63 (25% from 255) = 16.32%
R=40.93%
G=42.75%
B=16.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal158165630.0400.620.3564.1244.7444.71
Hex9EA53F403E23402d2d
Octal236245774076431005555
Binary100111101010010111111110001111101000111000000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,63); }

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

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

 a { background-color: rgb(158,165,63); }

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

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

 span { border-color: rgb(158,165,63); }

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