#8EBA5F

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

Shades of Chelsea Cucumber #8EBA5F

Tints of Chelsea Cucumber #8EBA5F

Color information

#8EBA5F (or 0x8EBA5F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, BA and 5F. RGB value is (142,186,95). Sum of RGB (Red+Green+Blue) = 142+186+95=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA5F is #7145A0. Grayscale: #A2A2A2. Windows color (decimal): -7423393 or 6273678. OLE color: 6273678.

HSL color Cylindrical-coordinate representation of color #8EBA5F: hue angle of 89.01º degrees, saturation: 0.4, 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 #8EBA5F is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB14218695-
CMYK0.2400.490.27
HSL89.01º39.74%55.1%-
HSV(B)89.01º48.92%72.94%-
XYZ30.7841.6917.25-
YUV162.4789.92113.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=33.57%
G=43.97%
B=22.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142186950.2400.490.2789.0139.7455.1
Hex8EBA5F180311B592837
Octal21627213730061331315067
Binary10001110101110101011111110000110001110111011001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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