Html Css Color HEX #9EA440 Brass

📋 copy color: '#9EA440'

red 158 ◦ green 164 ◦ blue 64

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

Shades of Brass #9EA440

Tints of Brass #9EA440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 40.93%
G = 42.49%
B = 16.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#9EA440 (or 0x9EA440) is known color: Brass. HEX triplet: 9E, A4 and 40. RGB value is (158,164,64). Sum of RGB (Red+Green+Blue) = 158+164+64=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA440 is #615BBF. Grayscale: #979797. Windows color (decimal): -6380480 or 4236446. OLE color: 4236446.

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

Color convert

RGB 158 164 64 -
CMYK 0.04 0 0.61 0.36
HSL 63.6º 0.44% 0.45% -
HSV(B) 63.6º 0.61% 0.64% -
XYZ 28.3 34.19 9.96 -
YUV 150.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 158 164 64 0.04 0 0.61 0.36 63.6 0.44 0.45
Hex 9E A4 40 4 0 3D 24 40 2C 2D
Octal 236 244 100 4 0 75 44 100 54 55
Binary 10011110 10100100 1000000 100 0 111101 100100 1000000 101100 101101

Color Harmonies of #9EA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA440

Black with #9EA440

Text Example


Text Example

White with #9EA440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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