#8EB465

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

Shades of Chelsea Cucumber #8EB465

Tints of Chelsea Cucumber #8EB465

Color information

#8EB465 (or 0x8EB465) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, B4 and 65. RGB value is (142,180,101). Sum of RGB (Red+Green+Blue) = 142+180+101=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB465 is #714B9A. Grayscale: #9F9F9F. Windows color (decimal): -7424923 or 6665358. OLE color: 6665358.

HSL color Cylindrical-coordinate representation of color #8EB465: hue angle of 88.86º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EB465 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB142180101-
CMYK0.2100.440.29
HSL88.86º34.5%55.1%-
HSV(B)88.86º43.89%70.59%-
XYZ29.8339.3318.33-
YUV159.6394.91115.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=33.57%
G=42.55%
B=23.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421801010.2100.440.2988.8634.555.1
Hex8EB4651502C1D592237
Octal21626414525054351314267
Binary10001110101101001100101101010101100111011011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,180,101); }

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

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

 a { background-color: rgb(142,180,101); }

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

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

 span { border-color: rgb(142,180,101); }

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