#9EB85E

Color #9EB85E Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9EB85E

Tints of Green Smoke #9EB85E

Color information

#9EB85E (or 0x9EB85E) is unknown color: approx Green Smoke. HEX triplet: 9E, B8 and 5E. RGB value is (158,184,94). Sum of RGB (Red+Green+Blue) = 158+184+94=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB85E is #6147A1. Grayscale: #A6A6A6. Windows color (decimal): -6375330 or 6207646. OLE color: 6207646.

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

Color convert

RGB15818494-
CMYK0.1400.490.28
HSL77.33º38.79%54.51%-
HSV(B)77.33º48.91%72.16%-
XYZ33.2642.3617.01-
YUV165.9787.39122.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.24%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 94 (37.11% from 255) = 21.56%
R=36.24%
G=42.20%
B=21.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal158184940.1400.490.2877.3338.7954.51
Hex9EB85EE0311C4d2737
Octal23627013616061341154767
Binary1001111010111000101111011100110001111001001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EB85E;
 }
 .AnyTagClassName
 {
   color: #9EB85E;
 }
</style>
background-color css

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

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

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

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

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

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