#9EB85D

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

Shades of Green Smoke #9EB85D

Tints of Green Smoke #9EB85D

Color information

#9EB85D (or 0x9EB85D) is unknown color: approx Green Smoke. HEX triplet: 9E, B8 and 5D. RGB value is (158,184,93). Sum of RGB (Red+Green+Blue) = 158+184+93=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB85D is #6147A2. Grayscale: #A6A6A6. Windows color (decimal): -6375331 or 6142110. OLE color: 6142110.

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

Color convert

RGB15818493-
CMYK0.1400.490.28
HSL77.14º39.06%54.31%-
HSV(B)77.14º49.46%72.16%-
XYZ33.2242.3416.78-
YUV165.8586.89122.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=36.32%
G=42.30%
B=21.38%

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
Decimal158184930.1400.490.2877.1439.0654.31
Hex9EB85DE0311C4d2736
Octal23627013516061341154766
Binary1001111010111000101110111100110001111001001101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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