#9EAB42

Color #9EAB42 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #9EAB42

Tints of Brass #9EAB42

Color information

#9EAB42 (or 0x9EAB42) is unknown color: approx Brass. HEX triplet: 9E, AB and 42. RGB value is (158,171,66). Sum of RGB (Red+Green+Blue) = 158+171+66=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAB42 is #6154BD. Grayscale: #9B9B9B. Windows color (decimal): -6378686 or 4369310. OLE color: 4369310.

HSL color Cylindrical-coordinate representation of color #9EAB42: hue angle of 67.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EAB42 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB15817166-
CMYK0.0800.610.33
HSL67.43º44.3%46.47%-
HSV(B)67.43º61.4%67.06%-
XYZ29.6536.7910.69-
YUV155.1477.69130.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=40%
G=43.29%
B=16.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158171660.0800.610.3367.4344.346.47
Hex9EAB42803D21432c2e
Octal23625310210075411035456
Binary10011110101010111000010100001111011000011000011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,171,66); }

 H1.HeaderClassName
 {
   color: #9EAB42;
 }
 .AnyTagClassName
 {
   color: #9EAB42;
 }
</style>
background-color css

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

 a { background-color: rgb(158,171,66); }

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

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

 span { border-color: rgb(158,171,66); }

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