#9EA73A

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

Shades of Brass #9EA73A

Tints of Brass #9EA73A

Color information

#9EA73A (or 0x9EA73A) is unknown color: approx Brass. HEX triplet: 9E, A7 and 3A. RGB value is (158,167,58). Sum of RGB (Red+Green+Blue) = 158+167+58=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA73A is #6158C5. Grayscale: #989898. Windows color (decimal): -6379718 or 3843998. OLE color: 3843998.

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

Color convert

RGB15816758-
CMYK0.0500.650.35
HSL64.95º48.44%44.12%-
HSV(B)64.95º65.27%65.49%-
XYZ28.6835.219.29-
YUV151.8875.02132.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 167 (65.62% from 255) = 43.60%
BLUE value IS 58 (23.05% from 255) = 15.14%
R=41.25%
G=43.60%
B=15.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal158167580.0500.650.3564.9548.4444.12
Hex9EA73A50412341302c
Octal2362477250101431016054
Binary1001111010100111111010101010000011000111000001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,167,58); }

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

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

 a { background-color: rgb(158,167,58); }

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

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

 span { border-color: rgb(158,167,58); }

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