#9EA839

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

Shades of Brass #9EA839

Tints of Brass #9EA839

Color information

#9EA839 (or 0x9EA839) is unknown color: approx Brass. HEX triplet: 9E, A8 and 39. RGB value is (158,168,57). Sum of RGB (Red+Green+Blue) = 158+168+57=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA839 is #6157C6. Grayscale: #989898. Windows color (decimal): -6379463 or 3778718. OLE color: 3778718.

HSL color Cylindrical-coordinate representation of color #9EA839: hue angle of 65.41º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EA839 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB15816857-
CMYK0.0600.660.34
HSL65.41º49.33%44.12%-
HSV(B)65.41º66.07%65.88%-
XYZ28.8435.579.22-
YUV152.3674.19132.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 168 (66.02% from 255) = 43.86%
BLUE value IS 57 (22.66% from 255) = 14.88%
R=41.25%
G=43.86%
B=14.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal158168570.0600.660.3465.4149.3344.12
Hex9EA83960422241312c
Octal2362507160102421016154
Binary1001111010101000111001110010000101000101000001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,168,57); }

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

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

 a { background-color: rgb(158,168,57); }

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

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

 span { border-color: rgb(158,168,57); }

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