#9eab3d

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

Shades of Brass #9EAB3D

Tints of Brass #9EAB3D

Color information

#9EAB3D (or 0x9EAB3D) is unknown color: approx Brass. HEX triplet: 9E, AB and 3D. RGB value is (158,171,61). Sum of RGB (Red+Green+Blue) = 158+171+61=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAB3D is #6154C2. Grayscale: #9B9B9B. Windows color (decimal): -6378691 or 4041630. OLE color: 4041630.

HSL color Cylindrical-coordinate representation of color #9EAB3D: hue angle of 67.09º 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 #9EAB3D is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB15817161-
CMYK0.0800.640.33
HSL67.09º47.41%45.49%-
HSV(B)67.09º64.33%67.06%-
XYZ29.5136.739.95-
YUV154.5775.19130.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.51%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 61 (24.22% from 255) = 15.64%
R=40.51%
G=43.85%
B=15.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158171610.0800.640.3367.0947.4145.49
Hex9EAB3D804021432f2d
Octal23625375100100411035755
Binary10011110101010111111011000010000001000011000011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9eab3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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