Html Css Color HEX #9EA245 Brass

📋 copy color: '#9EA245'

red 158 ◦ green 162 ◦ blue 69

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

Shades of Brass #9EA245

Tints of Brass #9EA245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 40.62%
G = 41.65%
B = 17.74%

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

#9EA245 (or 0x9EA245) is known color: Brass. HEX triplet: 9E, A2 and 45. RGB value is (158,162,69). Sum of RGB (Red+Green+Blue) = 158+162+69=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA245 is #615DBA. Grayscale: #969696. Windows color (decimal): -6380987 or 4563614. OLE color: 4563614.

HSL color Cylindrical-coordinate representation of color #9EA245: hue angle of 62.58º 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 #9EA245 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 162 69 -
CMYK 0.02 0 0.57 0.36
HSL 62.58º 0.4% 0.45% -
HSV(B) 62.58º 0.57% 0.64% -
XYZ 28.1 33.54 10.62 -
YUV 150.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 158 162 69 0.02 0 0.57 0.36 62.58 0.4 0.45
Hex 9E A2 45 2 0 39 24 3F 28 2D
Octal 236 242 105 2 0 71 44 77 50 55
Binary 10011110 10100010 1000101 10 0 111001 100100 111111 101000 101101

Color Harmonies of #9EA245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA245

Black with #9EA245

Text Example


Text Example

White with #9EA245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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