Html Css Color HEX #9EA43E Brass

📋 copy color: '#9EA43E'

red 158 ◦ green 164 ◦ blue 62

#9EA43E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #9EA43E

Tints of Brass #9EA43E

RGB

 RED value IS 158 (62.11% from 255) = 41.15%

 GREEN value IS 164 (64.45% from 255) = 42.71%

 BLUE value IS 62 (24.61% from 255) = 16.15%

R = 41.15%
G = 42.71%
B = 16.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#9EA43E (or 0x9EA43E) is known color: Brass. HEX triplet: 9E, A4 and 3E. RGB value is (158,164,62). Sum of RGB (Red+Green+Blue) = 158+164+62=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA43E is #615BC1. Grayscale: #969696. Windows color (decimal): -6380482 or 4105374. OLE color: 4105374.

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

Color convert

RGB 158 164 62 -
CMYK 0.04 0 0.62 0.36
HSL 63.53º 0.45% 0.44% -
HSV(B) 63.53º 0.62% 0.64% -
XYZ 28.25 34.17 9.66 -
YUV 150.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 158 164 62 0.04 0 0.62 0.36 63.53 0.45 0.44
Hex 9E A4 3E 4 0 3E 24 40 2D 2C
Octal 236 244 76 4 0 76 44 100 55 54
Binary 10011110 10100100 111110 100 0 111110 100100 1000000 101101 101100

Color Harmonies of #9EA43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA43E

Black with #9EA43E

Text Example


Text Example

White with #9EA43E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA43E;
 }
 .AnyTagClassName
 {
   color: #9EA43E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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