#8EBB48

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

Shades of Chelsea Cucumber #8EBB48

Tints of Chelsea Cucumber #8EBB48

Color information

#8EBB48 (or 0x8EBB48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, BB and 48. RGB value is (142,187,72). Sum of RGB (Red+Green+Blue) = 142+187+72=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBB48 is #7144B7. Grayscale: #A0A0A0. Windows color (decimal): -7423160 or 4766606. OLE color: 4766606.

HSL color Cylindrical-coordinate representation of color #8EBB48: hue angle of 83.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EBB48 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB14218772-
CMYK0.2400.610.27
HSL83.48º45.82%50.78%-
HSV(B)83.48º61.5%73.33%-
XYZ30.141.7612.61-
YUV160.4378.09114.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 187 (73.44% from 255) = 46.63%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=35.41%
G=46.63%
B=17.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142187720.2400.610.2783.4845.8250.78
Hex8EBB481803D1B532e33
Octal21627311030075331235663
Binary10001110101110111001000110000111101110111010011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,187,72); }

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

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

 a { background-color: rgb(142,187,72); }

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

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

 span { border-color: rgb(142,187,72); }

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