Html Css Color HEX #9FA23E Brass

📋 copy color: '#9FA23E'

red 159 ◦ green 162 ◦ blue 62

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

Shades of Brass #9FA23E

Tints of Brass #9FA23E

RGB

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

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

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

R = 41.51%
G = 42.3%
B = 16.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#9FA23E (or 0x9FA23E) is known color: Brass. HEX triplet: 9F, A2 and 3E. RGB value is (159,162,62). Sum of RGB (Red+Green+Blue) = 159+162+62=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA23E is #605DC1. Grayscale: #969696. Windows color (decimal): -6315458 or 4104863. OLE color: 4104863.

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

Color convert

RGB 159 162 62 -
CMYK 0.02 0 0.62 0.36
HSL 61.8º 0.45% 0.44% -
HSV(B) 61.8º 0.62% 0.64% -
XYZ 28.09 33.56 9.55 -
YUV 149.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 159 162 62 0.02 0 0.62 0.36 61.8 0.45 0.44
Hex 9F A2 3E 2 0 3E 24 3E 2D 2C
Octal 237 242 76 2 0 76 44 76 55 54
Binary 10011111 10100010 111110 10 0 111110 100100 111110 101101 101100

Color Harmonies of #9FA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA23E

Black with #9FA23E

Text Example


Text Example

White with #9FA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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