Html Css Color HEX #9EAC3F Brass

📋 copy color: '#9EAC3F'

red 158 ◦ green 172 ◦ blue 63

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

Shades of Brass #9EAC3F

Tints of Brass #9EAC3F

RGB

 RED value IS 158 (62.11% from 255) = 40.2%

 GREEN value IS 172 (67.58% from 255) = 43.77%

 BLUE value IS 63 (25% from 255) = 16.03%

R = 40.2%
G = 43.77%
B = 16.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#9EAC3F (or 0x9EAC3F) is known color: Brass. HEX triplet: 9E, AC and 3F. RGB value is (158,172,63). Sum of RGB (Red+Green+Blue) = 158+172+63=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAC3F is #6153C0. Grayscale: #9B9B9B. Windows color (decimal): -6378433 or 4172958. OLE color: 4172958.

HSL color Cylindrical-coordinate representation of color #9EAC3F: hue angle of 67.71º 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 #9EAC3F is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 172 63 -
CMYK 0.08 0 0.63 0.33
HSL 67.71º 0.46% 0.46% -
HSV(B) 67.71º 0.63% 0.67% -
XYZ 29.75 37.13 10.3 -
YUV 155.39 75.86 129.86 -
System Red Green Blue C M Y K H S L
Decimal 158 172 63 0.08 0 0.63 0.33 67.71 0.46 0.46
Hex 9E AC 3F 8 0 3F 21 44 2E 2E
Octal 236 254 77 10 0 77 41 104 56 56
Binary 10011110 10101100 111111 1000 0 111111 100001 1000100 101110 101110

Color Harmonies of #9EAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC3F

Black with #9EAC3F

Text Example


Text Example

White with #9EAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,172,63); }

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

background-color css

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

 a { background-color: rgb(158,172,63); }

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

border-color css

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

 span { border-color: rgb(158,172,63); }

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