Html Css Color HEX #9FA23C Brass

📋 copy color: '#9FA23C'

red 159 ◦ green 162 ◦ blue 60

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

Shades of Brass #9FA23C

Tints of Brass #9FA23C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.52%

 BLUE value IS 60 (23.83% from 255) = 15.75%

R = 41.73%
G = 42.52%
B = 15.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#9FA23C (or 0x9FA23C) is known color: Brass. HEX triplet: 9F, A2 and 3C. RGB value is (159,162,60). Sum of RGB (Red+Green+Blue) = 159+162+60=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA23C is #605DC3. Grayscale: #959595. Windows color (decimal): -6315460 or 3973791. OLE color: 3973791.

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

Color convert

RGB 159 162 60 -
CMYK 0.02 0 0.63 0.36
HSL 61.76º 0.46% 0.44% -
HSV(B) 61.76º 0.63% 0.64% -
XYZ 28.03 33.54 9.27 -
YUV 149.48 77.51 134.79 -
System Red Green Blue C M Y K H S L
Decimal 159 162 60 0.02 0 0.63 0.36 61.76 0.46 0.44
Hex 9F A2 3C 2 0 3F 24 3E 2E 2C
Octal 237 242 74 2 0 77 44 76 56 54
Binary 10011111 10100010 111100 10 0 111111 100100 111110 101110 101100

Color Harmonies of #9FA23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA23C

Black with #9FA23C

Text Example


Text Example

White with #9FA23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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