Html Css Color HEX #9EB95E Green Smoke

📋 copy color: '#9EB95E'

red 158 ◦ green 185 ◦ blue 94

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

Shades of Green Smoke #9EB95E

Tints of Green Smoke #9EB95E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.33%

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 36.16%
G = 42.33%
B = 21.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#9EB95E (or 0x9EB95E) is known color: Green Smoke. HEX triplet: 9E, B9 and 5E. RGB value is (158,185,94). Sum of RGB (Red+Green+Blue) = 158+185+94=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB95E is #6146A1. Grayscale: #A6A6A6. Windows color (decimal): -6375074 or 6207902. OLE color: 6207902.

HSL color Cylindrical-coordinate representation of color #9EB95E: hue angle of 77.8º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EB95E is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 185 94 -
CMYK 0.15 0 0.49 0.27
HSL 77.8º 0.39% 0.55% -
HSV(B) 77.8º 0.49% 0.73% -
XYZ 33.47 42.78 17.08 -
YUV 166.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 158 185 94 0.15 0 0.49 0.27 77.8 0.39 0.55
Hex 9E B9 5E F 0 31 1B 4E 27 37
Octal 236 271 136 17 0 61 33 116 47 67
Binary 10011110 10111001 1011110 1111 0 110001 11011 1001110 100111 110111

Color Harmonies of #9EB95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB95E

Black with #9EB95E

Text Example


Text Example

White with #9EB95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,185,94); }

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

background-color css

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

 a { background-color: rgb(158,185,94); }

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

border-color css

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

 span { border-color: rgb(158,185,94); }

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