#8EBA5D

Color #8EBA5D Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8EBA5D

Tints of Chelsea Cucumber #8EBA5D

Color information

#8EBA5D (or 0x8EBA5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, BA and 5D. RGB value is (142,186,93). Sum of RGB (Red+Green+Blue) = 142+186+93=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA5D is #7145A2. Grayscale: #A2A2A2. Windows color (decimal): -7423395 or 6142606. OLE color: 6142606.

HSL color Cylindrical-coordinate representation of color #8EBA5D: hue angle of 88.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EBA5D is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB14218693-
CMYK0.2400.50.27
HSL88.39º40.26%54.71%-
HSV(B)88.39º50%72.94%-
XYZ30.6941.6616.78-
YUV162.2488.92113.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=33.73%
G=44.18%
B=22.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142186930.2400.50.2788.3940.2654.71
Hex8EBA5D180321B582837
Octal21627213530062331305067
Binary10001110101110101011101110000110010110111011000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EBA5D; }

 p { color: rgb(142,186,93); }

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

<style>
 a { background-color: #8EBA5D; }

 a { background-color: rgb(142,186,93); }

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

<style>
 span { border-color: #8EBA5D; }

 span { border-color: rgb(142,186,93); }

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