#8CB55E

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

Shades of Chelsea Cucumber #8CB55E

Tints of Chelsea Cucumber #8CB55E

Color information

#8CB55E (or 0x8CB55E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B5 and 5E. RGB value is (140,181,94). Sum of RGB (Red+Green+Blue) = 140+181+94=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB55E is #734AA1. Grayscale: #9F9F9F. Windows color (decimal): -7555746 or 6206860. OLE color: 6206860.

HSL color Cylindrical-coordinate representation of color #8CB55E: hue angle of 88.28º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CB55E is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB14018194-
CMYK0.2300.480.29
HSL88.28º37.02%53.92%-
HSV(B)88.28º48.07%70.98%-
XYZ29.3639.4316.65-
YUV158.8291.42114.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 181 (71.09% from 255) = 43.61%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=33.73%
G=43.61%
B=22.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140181940.2300.480.2988.2837.0253.92
Hex8CB55E170301D582536
Octal21426513627060351304566
Binary10001100101101011011110101110110000111011011000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,181,94); }

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

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

 a { background-color: rgb(140,181,94); }

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

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

 span { border-color: rgb(140,181,94); }

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