#8CB766

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

Shades of Chelsea Cucumber #8CB766

Tints of Chelsea Cucumber #8CB766

Color information

#8CB766 (or 0x8CB766) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B7 and 66. RGB value is (140,183,102). Sum of RGB (Red+Green+Blue) = 140+183+102=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB766 is #734899. Grayscale: #A1A1A1. Windows color (decimal): -7555226 or 6731660. OLE color: 6731660.

HSL color Cylindrical-coordinate representation of color #8CB766: hue angle of 91.85º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CB766 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB140183102-
CMYK0.2300.440.28
HSL91.85º36%55.88%-
HSV(B)91.85º44.26%71.76%-
XYZ30.1540.418.78-
YUV160.9194.75113.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.94%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 102 (40.23% from 255) = 24%
R=32.94%
G=43.06%
B=24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401831020.2300.440.2891.853655.88
Hex8CB7661702C1C5c2438
Octal21426714627054341344470
Binary10001100101101111100110101110101100111001011100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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