#9FA93D

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

Shades of Brass #9FA93D

Tints of Brass #9FA93D

Color information

#9FA93D (or 0x9FA93D) is unknown color: approx Brass. HEX triplet: 9F, A9 and 3D. RGB value is (159,169,61). Sum of RGB (Red+Green+Blue) = 159+169+61=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA93D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA93D is #6056C2. Grayscale: #9A9A9A. Windows color (decimal): -6313667 or 4041119. OLE color: 4041119.

HSL color Cylindrical-coordinate representation of color #9FA93D: hue angle of 65.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FA93D is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB15916961-
CMYK0.0600.640.34
HSL65.56º46.96%45.1%-
HSV(B)65.56º63.91%66.27%-
XYZ29.3336.089.83-
YUV153.775.69131.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 61 (24.22% from 255) = 15.68%
R=40.87%
G=43.44%
B=15.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159169610.0600.640.3465.5646.9645.1
Hex9FA93D604022422f2d
Octal2372517560100421025755
Binary1001111110101001111101110010000001000101000010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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