#8CB45E

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

Shades of Chelsea Cucumber #8CB45E

Tints of Chelsea Cucumber #8CB45E

Color information

#8CB45E (or 0x8CB45E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B4 and 5E. RGB value is (140,180,94). Sum of RGB (Red+Green+Blue) = 140+180+94=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB45E is #734BA1. Grayscale: #9E9E9E. Windows color (decimal): -7556002 or 6206604. OLE color: 6206604.

HSL color Cylindrical-coordinate representation of color #8CB45E: hue angle of 87.91º degrees, saturation: 0.36, 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 #8CB45E is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB14018094-
CMYK0.2200.480.29
HSL87.91º36.44%53.73%-
HSV(B)87.91º47.78%70.59%-
XYZ29.1639.0316.59-
YUV158.2491.75114.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 180 (70.70% from 255) = 43.48%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=33.82%
G=43.48%
B=22.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140180940.2200.480.2987.9136.4453.73
Hex8CB45E160301D582436
Octal21426413626060351304466
Binary10001100101101001011110101100110000111011011000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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