Html Css Color HEX #9EAB5D Green Smoke

📋 copy color: '#9EAB5D'

red 158 ◦ green 171 ◦ blue 93

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

Shades of Green Smoke #9EAB5D

Tints of Green Smoke #9EAB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 37.44%
G = 40.52%
B = 22.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#9EAB5D (or 0x9EAB5D) is known color: Green Smoke. HEX triplet: 9E, AB and 5D. RGB value is (158,171,93). Sum of RGB (Red+Green+Blue) = 158+171+93=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAB5D is #6154A2. Grayscale: #9E9E9E. Windows color (decimal): -6378659 or 6138782. OLE color: 6138782.

HSL color Cylindrical-coordinate representation of color #9EAB5D: hue angle of 70º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EAB5D is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 171 93 -
CMYK 0.08 0 0.46 0.33
HSL 70º 0.32% 0.52% -
HSV(B) 70º 0.46% 0.67% -
XYZ 30.64 37.19 15.92 -
YUV 158.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 158 171 93 0.08 0 0.46 0.33 70 0.32 0.52
Hex 9E AB 5D 8 0 2E 21 46 20 34
Octal 236 253 135 10 0 56 41 106 40 64
Binary 10011110 10101011 1011101 1000 0 101110 100001 1000110 100000 110100

Color Harmonies of #9EAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAB5D

Black with #9EAB5D

Text Example


Text Example

White with #9EAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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