Html Css Color HEX #9EAA3E Brass

📋 copy color: '#9EAA3E'

red 158 ◦ green 170 ◦ blue 62

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

Shades of Brass #9EAA3E

Tints of Brass #9EAA3E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.59%

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

R = 40.51%
G = 43.59%
B = 15.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#9EAA3E (or 0x9EAA3E) is known color: Brass. HEX triplet: 9E, AA and 3E. RGB value is (158,170,62). Sum of RGB (Red+Green+Blue) = 158+170+62=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA3E is #6155C1. Grayscale: #9A9A9A. Windows color (decimal): -6378946 or 4106910. OLE color: 4106910.

HSL color Cylindrical-coordinate representation of color #9EAA3E: hue angle of 66.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EAA3E is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 170 62 -
CMYK 0.07 0 0.64 0.33
HSL 66.67º 0.47% 0.45% -
HSV(B) 66.67º 0.64% 0.67% -
XYZ 29.34 36.37 10.03 -
YUV 154.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 158 170 62 0.07 0 0.64 0.33 66.67 0.47 0.45
Hex 9E AA 3E 7 0 40 21 43 2F 2D
Octal 236 252 76 7 0 100 41 103 57 55
Binary 10011110 10101010 111110 111 0 1000000 100001 1000011 101111 101101

Color Harmonies of #9EAA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA3E

Black with #9EAA3E

Text Example


Text Example

White with #9EAA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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