Html Css Color HEX #9FA33A Brass

📋 copy color: '#9FA33A'

red 159 ◦ green 163 ◦ blue 58

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

Shades of Brass #9FA33A

Tints of Brass #9FA33A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.89%

 BLUE value IS 58 (23.05% from 255) = 15.26%

R = 41.84%
G = 42.89%
B = 15.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#9FA33A (or 0x9FA33A) is known color: Brass. HEX triplet: 9F, A3 and 3A. RGB value is (159,163,58). Sum of RGB (Red+Green+Blue) = 159+163+58=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA33A is #605CC5. Grayscale: #969696. Windows color (decimal): -6315206 or 3842975. OLE color: 3842975.

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

Color convert

RGB 159 163 58 -
CMYK 0.02 0 0.64 0.36
HSL 62.29º 0.48% 0.43% -
HSV(B) 62.29º 0.64% 0.64% -
XYZ 28.16 33.87 9.06 -
YUV 149.83 76.17 134.54 -
System Red Green Blue C M Y K H S L
Decimal 159 163 58 0.02 0 0.64 0.36 62.29 0.48 0.43
Hex 9F A3 3A 2 0 40 24 3E 30 2B
Octal 237 243 72 2 0 100 44 76 60 53
Binary 10011111 10100011 111010 10 0 1000000 100100 111110 110000 101011

Color Harmonies of #9FA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA33A

Black with #9FA33A

Text Example


Text Example

White with #9FA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,163,58); }

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

background-color css

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

 a { background-color: rgb(159,163,58); }

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

border-color css

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

 span { border-color: rgb(159,163,58); }

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