#8EB053

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

Shades of Chelsea Cucumber #8EB053

Tints of Chelsea Cucumber #8EB053

Color information

#8EB053 (or 0x8EB053) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, B0 and 53. RGB value is (142,176,83). Sum of RGB (Red+Green+Blue) = 142+176+83=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB053 is #714FAC. Grayscale: #9B9B9B. Windows color (decimal): -7425965 or 5484686. OLE color: 5484686.

HSL color Cylindrical-coordinate representation of color #8EB053: hue angle of 81.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8EB053 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB14217683-
CMYK0.1900.530.31
HSL81.94º37.05%50.78%-
HSV(B)81.94º52.84%69.02%-
XYZ28.2437.4313.92-
YUV155.2387.24118.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 83 (32.81% from 255) = 20.70%
R=35.41%
G=43.89%
B=20.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142176830.1900.530.3181.9437.0550.78
Hex8EB053130351F522533
Octal21626012323065371224563
Binary10001110101100001010011100110110101111111010010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,176,83); }

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

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

 a { background-color: rgb(142,176,83); }

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

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

 span { border-color: rgb(142,176,83); }

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