Html Css Color HEX #9EA246 Brass

📋 copy color: '#9EA246'

red 158 ◦ green 162 ◦ blue 70

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

Shades of Brass #9EA246

Tints of Brass #9EA246

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.54%

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

R = 40.51%
G = 41.54%
B = 17.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#9EA246 (or 0x9EA246) is known color: Brass. HEX triplet: 9E, A2 and 46. RGB value is (158,162,70). Sum of RGB (Red+Green+Blue) = 158+162+70=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA246 is #615DB9. Grayscale: #969696. Windows color (decimal): -6380986 or 4629150. OLE color: 4629150.

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

Color convert

RGB 158 162 70 -
CMYK 0.02 0 0.57 0.36
HSL 62.61º 0.4% 0.45% -
HSV(B) 62.61º 0.57% 0.64% -
XYZ 28.13 33.55 10.79 -
YUV 150.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 158 162 70 0.02 0 0.57 0.36 62.61 0.4 0.45
Hex 9E A2 46 2 0 39 24 3F 28 2D
Octal 236 242 106 2 0 71 44 77 50 55
Binary 10011110 10100010 1000110 10 0 111001 100100 111111 101000 101101

Color Harmonies of #9EA246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA246

Black with #9EA246

Text Example


Text Example

White with #9EA246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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