Html Css Color HEX #9EA83E Brass

📋 copy color: '#9EA83E'

red 158 ◦ green 168 ◦ blue 62

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

Shades of Brass #9EA83E

Tints of Brass #9EA83E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.3%

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

R = 40.72%
G = 43.3%
B = 15.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#9EA83E (or 0x9EA83E) is known color: Brass. HEX triplet: 9E, A8 and 3E. RGB value is (158,168,62). Sum of RGB (Red+Green+Blue) = 158+168+62=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA83E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA83E is #6157C1. Grayscale: #999999. Windows color (decimal): -6379458 or 4106398. OLE color: 4106398.

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

Color convert

RGB 158 168 62 -
CMYK 0.06 0 0.63 0.34
HSL 65.66º 0.46% 0.45% -
HSV(B) 65.66º 0.63% 0.66% -
XYZ 28.97 35.62 9.91 -
YUV 152.93 76.69 131.62 -
System Red Green Blue C M Y K H S L
Decimal 158 168 62 0.06 0 0.63 0.34 65.66 0.46 0.45
Hex 9E A8 3E 6 0 3F 22 42 2E 2D
Octal 236 250 76 6 0 77 42 102 56 55
Binary 10011110 10101000 111110 110 0 111111 100010 1000010 101110 101101

Color Harmonies of #9EA83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA83E

Black with #9EA83E

Text Example


Text Example

White with #9EA83E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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