#9EB85F

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

Shades of Green Smoke #9EB85F

Tints of Green Smoke #9EB85F

Color information

#9EB85F (or 0x9EB85F) is unknown color: approx Green Smoke. HEX triplet: 9E, B8 and 5F. RGB value is (158,184,95). Sum of RGB (Red+Green+Blue) = 158+184+95=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB85F is #6147A0. Grayscale: #A6A6A6. Windows color (decimal): -6375329 or 6273182. OLE color: 6273182.

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

Color convert

RGB15818495-
CMYK0.1400.480.28
HSL77.53º38.53%54.71%-
HSV(B)77.53º48.37%72.16%-
XYZ33.3142.3817.25-
YUV166.0887.89122.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.16%
GREEN value IS 184 (72.27% from 255) = 42.11%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=36.16%
G=42.11%
B=21.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal158184950.1400.480.2877.5338.5354.71
Hex9EB85FE0301C4e2737
Octal23627013716060341164767
Binary1001111010111000101111111100110000111001001110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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