Html Css Color HEX #9FAB3E Brass

📋 copy color: '#9FAB3E'

red 159 ◦ green 171 ◦ blue 62

#9FAB3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #9FAB3E

Tints of Brass #9FAB3E

RGB

 RED value IS 159 (62.5% from 255) = 40.56%

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 62 (24.61% from 255) = 15.82%

R = 40.56%
G = 43.62%
B = 15.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#9FAB3E (or 0x9FAB3E) is known color: Brass. HEX triplet: 9F, AB and 3E. RGB value is (159,171,62). Sum of RGB (Red+Green+Blue) = 159+171+62=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB3E is #6054C1. Grayscale: #9B9B9B. Windows color (decimal): -6313154 or 4107167. OLE color: 4107167.

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

Color convert

RGB 159 171 62 -
CMYK 0.07 0 0.64 0.33
HSL 66.61º 0.47% 0.46% -
HSV(B) 66.61º 0.64% 0.67% -
XYZ 29.73 36.84 10.1 -
YUV 154.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 159 171 62 0.07 0 0.64 0.33 66.61 0.47 0.46
Hex 9F AB 3E 7 0 40 21 43 2F 2E
Octal 237 253 76 7 0 100 41 103 57 56
Binary 10011111 10101011 111110 111 0 1000000 100001 1000011 101111 101110

Color Harmonies of #9FAB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB3E

Black with #9FAB3E

Text Example


Text Example

White with #9FAB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FAB3E;
 }
 .AnyTagClassName
 {
   color: #9FAB3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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