Html Css Color HEX #9EAB3F Brass

📋 copy color: '#9EAB3F'

red 158 ◦ green 171 ◦ blue 63

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

Shades of Brass #9EAB3F

Tints of Brass #9EAB3F

RGB

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

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

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

R = 40.31%
G = 43.62%
B = 16.07%

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

#9EAB3F (or 0x9EAB3F) is known color: Brass. HEX triplet: 9E, AB and 3F. RGB value is (158,171,63). Sum of RGB (Red+Green+Blue) = 158+171+63=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAB3F is #6154C0. Grayscale: #9B9B9B. Windows color (decimal): -6378689 or 4172702. OLE color: 4172702.

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

Color convert

RGB 158 171 63 -
CMYK 0.08 0 0.63 0.33
HSL 67.22º 0.46% 0.46% -
HSV(B) 67.22º 0.63% 0.67% -
XYZ 29.56 36.75 10.24 -
YUV 154.8 76.19 130.28 -
System Red Green Blue C M Y K H S L
Decimal 158 171 63 0.08 0 0.63 0.33 67.22 0.46 0.46
Hex 9E AB 3F 8 0 3F 21 43 2E 2E
Octal 236 253 77 10 0 77 41 103 56 56
Binary 10011110 10101011 111111 1000 0 111111 100001 1000011 101110 101110

Color Harmonies of #9EAB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAB3F

Black with #9EAB3F

Text Example


Text Example

White with #9EAB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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