Html Css Color HEX #9FAB43 Brass

📋 copy color: '#9FAB43'

red 159 ◦ green 171 ◦ blue 67

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

Shades of Brass #9FAB43

Tints of Brass #9FAB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.88%

R = 40.05%
G = 43.07%
B = 16.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#9FAB43 (or 0x9FAB43) is known color: Brass. HEX triplet: 9F, AB and 43. RGB value is (159,171,67). Sum of RGB (Red+Green+Blue) = 159+171+67=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB43 is #6054BC. Grayscale: #9B9B9B. Windows color (decimal): -6313149 or 4434847. OLE color: 4434847.

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

Color convert

RGB 159 171 67 -
CMYK 0.07 0 0.61 0.33
HSL 66.92º 0.44% 0.47% -
HSV(B) 66.92º 0.61% 0.67% -
XYZ 29.87 36.9 10.86 -
YUV 155.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 159 171 67 0.07 0 0.61 0.33 66.92 0.44 0.47
Hex 9F AB 43 7 0 3D 21 43 2C 2F
Octal 237 253 103 7 0 75 41 103 54 57
Binary 10011111 10101011 1000011 111 0 111101 100001 1000011 101100 101111

Color Harmonies of #9FAB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB43

Black with #9FAB43

Text Example


Text Example

White with #9FAB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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