Html Css Color HEX #9EA346 Brass

📋 copy color: '#9EA346'

red 158 ◦ green 163 ◦ blue 70

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

Shades of Brass #9EA346

Tints of Brass #9EA346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

 BLUE value IS 70 (27.73% from 255) = 17.9%

R = 40.41%
G = 41.69%
B = 17.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#9EA346 (or 0x9EA346) is known color: Brass. HEX triplet: 9E, A3 and 46. RGB value is (158,163,70). Sum of RGB (Red+Green+Blue) = 158+163+70=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA346 is #615CB9. Grayscale: #979797. Windows color (decimal): -6380730 or 4629406. OLE color: 4629406.

HSL color Cylindrical-coordinate representation of color #9EA346: hue angle of 63.23º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EA346 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 163 70 -
CMYK 0.03 0 0.57 0.36
HSL 63.23º 0.4% 0.46% -
HSV(B) 63.23º 0.57% 0.64% -
XYZ 28.3 33.91 10.85 -
YUV 150.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 158 163 70 0.03 0 0.57 0.36 63.23 0.4 0.46
Hex 9E A3 46 3 0 39 24 3F 28 2E
Octal 236 243 106 3 0 71 44 77 50 56
Binary 10011110 10100011 1000110 11 0 111001 100100 111111 101000 101110

Color Harmonies of #9EA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA346

Black with #9EA346

Text Example


Text Example

White with #9EA346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,163,70); }

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

background-color css

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

 a { background-color: rgb(158,163,70); }

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

border-color css

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

 span { border-color: rgb(158,163,70); }

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