#8EB364

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

Shades of Chelsea Cucumber #8EB364

Tints of Chelsea Cucumber #8EB364

Color information

#8EB364 (or 0x8EB364) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, B3 and 64. RGB value is (142,179,100). Sum of RGB (Red+Green+Blue) = 142+179+100=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB364 is #714C9B. Grayscale: #9F9F9F. Windows color (decimal): -7425180 or 6599566. OLE color: 6599566.

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

Color convert

RGB142179100-
CMYK0.2100.440.30
HSL88.1º34.2%54.71%-
HSV(B)88.1º44.13%70.2%-
XYZ29.5838.9118.01-
YUV158.9394.74115.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 179 (70.31% from 255) = 42.52%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=33.73%
G=42.52%
B=23.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421791000.2100.440.3088.134.254.71
Hex8EB3641502C1E582237
Octal21626314425054361304267
Binary10001110101100111100100101010101100111101011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,179,100); }

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

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

 a { background-color: rgb(142,179,100); }

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

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

 span { border-color: rgb(142,179,100); }

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