#8CB266

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

Shades of Chelsea Cucumber #8CB266

Tints of Chelsea Cucumber #8CB266

Color information

#8CB266 (or 0x8CB266) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B2 and 66. RGB value is (140,178,102). Sum of RGB (Red+Green+Blue) = 140+178+102=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB266 is #734D99. Grayscale: #9E9E9E. Windows color (decimal): -7556506 or 6730380. OLE color: 6730380.

HSL color Cylindrical-coordinate representation of color #8CB266: hue angle of 90º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CB266 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB140178102-
CMYK0.2100.430.30
HSL90º33.04%54.9%-
HSV(B)90º42.7%69.8%-
XYZ29.1338.3818.44-
YUV157.9796.41115.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.33%
GREEN value IS 178 (69.92% from 255) = 42.38%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=33.33%
G=42.38%
B=24.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1401781020.2100.430.309033.0454.9
Hex8CB2661502B1E5a2137
Octal21426214625053361324167
Binary10001100101100101100110101010101011111101011010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,178,102); }

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

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

 a { background-color: rgb(140,178,102); }

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

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

 span { border-color: rgb(140,178,102); }

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