#8CB664

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

Shades of Chelsea Cucumber #8CB664

Tints of Chelsea Cucumber #8CB664

Color information

#8CB664 (or 0x8CB664) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B6 and 64. RGB value is (140,182,100). Sum of RGB (Red+Green+Blue) = 140+182+100=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB664 is #73499B. Grayscale: #A0A0A0. Windows color (decimal): -7555484 or 6600332. OLE color: 6600332.

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

Color convert

RGB140182100-
CMYK0.2300.450.29
HSL90.73º35.96%55.29%-
HSV(B)90.73º45.05%71.37%-
XYZ29.8439.9518.2-
YUV160.0994.09113.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 182 (71.48% from 255) = 43.13%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=33.18%
G=43.13%
B=23.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401821000.2300.450.2990.7335.9655.29
Hex8CB6641702D1D5b2437
Octal21426614427055351334467
Binary10001100101101101100100101110101101111011011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,182,100); }

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

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

 a { background-color: rgb(140,182,100); }

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

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

 span { border-color: rgb(140,182,100); }

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