#8CA66B

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

Shades of Chelsea Cucumber #8CA66B

Tints of Chelsea Cucumber #8CA66B

Color information

#8CA66B (or 0x8CA66B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A6 and 6B. RGB value is (140,166,107). Sum of RGB (Red+Green+Blue) = 140+166+107=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA66B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA66B is #735994. Grayscale: #979797. Windows color (decimal): -7559573 or 7054988. OLE color: 7054988.

HSL color Cylindrical-coordinate representation of color #8CA66B: hue angle of 86.44º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA66B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB140166107-
CMYK0.1600.360.35
HSL86.44º24.89%53.53%-
HSV(B)86.44º35.54%65.1%-
XYZ27.1133.9119.03-
YUV151.5102.89119.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.90%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=33.90%
G=40.19%
B=25.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401661070.1600.360.3586.4424.8953.53
Hex8CA66B1002423561936
Octal21424615320044431263166
Binary10001100101001101101011100000100100100011101011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,166,107); }

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

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

 a { background-color: rgb(140,166,107); }

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

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

 span { border-color: rgb(140,166,107); }

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