#8CA661

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

Shades of Chelsea Cucumber #8CA661

Tints of Chelsea Cucumber #8CA661

Color information

#8CA661 (or 0x8CA661) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A6 and 61. RGB value is (140,166,97). Sum of RGB (Red+Green+Blue) = 140+166+97=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA661 is #73599E. Grayscale: #969696. Windows color (decimal): -7559583 or 6399628. OLE color: 6399628.

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

Color convert

RGB14016697-
CMYK0.1600.420.35
HSL82.61º27.94%51.57%-
HSV(B)82.61º41.57%65.1%-
XYZ26.6133.7116.41-
YUV150.3697.89120.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.74%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=34.74%
G=41.19%
B=24.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140166970.1600.420.3582.6127.9451.57
Hex8CA6611002A23531c34
Octal21424614120052431233464
Binary10001100101001101100001100000101010100011101001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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