#8EAB65

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

Shades of Chelsea Cucumber #8EAB65

Tints of Chelsea Cucumber #8EAB65

Color information

#8EAB65 (or 0x8EAB65) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AB and 65. RGB value is (142,171,101). Sum of RGB (Red+Green+Blue) = 142+171+101=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAB65 is #71549A. Grayscale: #9A9A9A. Windows color (decimal): -7427227 or 6663054. OLE color: 6663054.

HSL color Cylindrical-coordinate representation of color #8EAB65: hue angle of 84.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EAB65 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB142171101-
CMYK0.1700.410.33
HSL84.86º29.41%53.33%-
HSV(B)84.86º40.94%67.06%-
XYZ28.0735.8217.75-
YUV154.3597.89119.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=34.30%
G=41.30%
B=24.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421711010.1700.410.3384.8629.4153.33
Hex8EAB651102921551d35
Octal21625314521051411253565
Binary10001110101010111100101100010101001100001101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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