#9FAB3D

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

Shades of Brass #9FAB3D

Tints of Brass #9FAB3D

Color information

#9FAB3D (or 0x9FAB3D) is unknown color: approx Brass. HEX triplet: 9F, AB and 3D. RGB value is (159,171,61). Sum of RGB (Red+Green+Blue) = 159+171+61=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB3D is #6054C2. Grayscale: #9B9B9B. Windows color (decimal): -6313155 or 4041631. OLE color: 4041631.

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

Color convert

RGB15917161-
CMYK0.0700.640.33
HSL66.55º47.41%45.49%-
HSV(B)66.55º64.33%67.06%-
XYZ29.736.839.96-
YUV154.8775.02130.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 61 (24.22% from 255) = 15.60%
R=40.66%
G=43.73%
B=15.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159171610.0700.640.3366.5547.4145.49
Hex9FAB3D704021432f2d
Octal2372537570100411035755
Binary1001111110101011111101111010000001000011000011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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