#8E9D50

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

Shades of Chelsea Cucumber #8E9D50

Tints of Chelsea Cucumber #8E9D50

Color information

#8E9D50 (or 0x8E9D50) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, 9D and 50. RGB value is (142,157,80). Sum of RGB (Red+Green+Blue) = 142+157+80=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9D50 is #7162AF. Grayscale: #909090. Windows color (decimal): -7430832 or 5283214. OLE color: 5283214.

HSL color Cylindrical-coordinate representation of color #8E9D50: hue angle of 71.69º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E9D50 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB14215780-
CMYK0.1000.490.38
HSL71.69º32.49%46.47%-
HSV(B)71.69º49.04%61.57%-
XYZ24.6630.4412.17-
YUV143.7492.03126.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=37.47%
G=41.42%
B=21.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142157800.1000.490.3871.6932.4946.47
Hex8E9D50A0312648202e
Octal21623512012061461104056
Binary10001110100111011010000101001100011001101001000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,157,80); }

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

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

 a { background-color: rgb(142,157,80); }

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

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

 span { border-color: rgb(142,157,80); }

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