Html Css Color HEX #9FAB40 Brass

📋 copy color: '#9FAB40'

red 159 ◦ green 171 ◦ blue 64

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

Shades of Brass #9FAB40

Tints of Brass #9FAB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.24%

R = 40.36%
G = 43.4%
B = 16.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#9FAB40 (or 0x9FAB40) is known color: Brass. HEX triplet: 9F, AB and 40. RGB value is (159,171,64). Sum of RGB (Red+Green+Blue) = 159+171+64=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB40 is #6054BF. Grayscale: #9B9B9B. Windows color (decimal): -6313152 or 4238239. OLE color: 4238239.

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

Color convert

RGB 159 171 64 -
CMYK 0.07 0 0.63 0.33
HSL 66.73º 0.46% 0.46% -
HSV(B) 66.73º 0.63% 0.67% -
XYZ 29.79 36.87 10.4 -
YUV 155.21 76.52 130.7 -
System Red Green Blue C M Y K H S L
Decimal 159 171 64 0.07 0 0.63 0.33 66.73 0.46 0.46
Hex 9F AB 40 7 0 3F 21 43 2E 2E
Octal 237 253 100 7 0 77 41 103 56 56
Binary 10011111 10101011 1000000 111 0 111111 100001 1000011 101110 101110

Color Harmonies of #9FAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB40

Black with #9FAB40

Text Example


Text Example

White with #9FAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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