#8EAE5B

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

Shades of Chelsea Cucumber #8EAE5B

Tints of Chelsea Cucumber #8EAE5B

Color information

#8EAE5B (or 0x8EAE5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AE and 5B. RGB value is (142,174,91). Sum of RGB (Red+Green+Blue) = 142+174+91=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE5B is #7151A4. Grayscale: #9B9B9B. Windows color (decimal): -7426469 or 6008462. OLE color: 6008462.

HSL color Cylindrical-coordinate representation of color #8EAE5B: hue angle of 83.13º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8EAE5B is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB14217491-
CMYK0.1800.480.32
HSL83.13º33.88%51.96%-
HSV(B)83.13º47.7%68.24%-
XYZ28.1836.7815.51-
YUV154.9791.9118.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=34.89%
G=42.75%
B=22.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142174910.1800.480.3283.1333.8851.96
Hex8EAE5B1203020532234
Octal21625613322060401234264
Binary100011101010111010110111001001100001000001010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,174,91); }

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

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

 a { background-color: rgb(142,174,91); }

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

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

 span { border-color: rgb(142,174,91); }

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