#9FA248

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

Shades of Brass #9FA248

Tints of Brass #9FA248

Color information

#9FA248 (or 0x9FA248) is unknown color: approx Brass. HEX triplet: 9F, A2 and 48. RGB value is (159,162,72). Sum of RGB (Red+Green+Blue) = 159+162+72=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA248 is #605DB7. Grayscale: #979797. Windows color (decimal): -6315448 or 4760223. OLE color: 4760223.

HSL color Cylindrical-coordinate representation of color #9FA248: hue angle of 62º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FA248 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB15916272-
CMYK0.0200.560.36
HSL62º38.46%45.88%-
HSV(B)62º55.56%63.53%-
XYZ28.3933.6811.14-
YUV150.8483.51133.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=40.46%
G=41.22%
B=18.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159162720.0200.560.366238.4645.88
Hex9FA2482038243e262e
Octal237242110207044764656
Binary10011111101000101001000100111000100100111110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,162,72); }

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

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

 a { background-color: rgb(159,162,72); }

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

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

 span { border-color: rgb(159,162,72); }

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