Html Css Color HEX #8CA666 Chelsea Cucumber

📋 copy color: '#8CA666'

red 140 ◦ green 166 ◦ blue 102

#8CA666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8CA666

Tints of Chelsea Cucumber #8CA666

RGB

 RED value IS 140 (55.08% from 255) = 34.31%

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 102 (40.23% from 255) = 25%

R = 34.31%
G = 40.69%
B = 25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#8CA666 (or 0x8CA666) is known color: Chelsea Cucumber. HEX triplet: 8C, A6 and 66. RGB value is (140,166,102). Sum of RGB (Red+Green+Blue) = 140+166+102=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA666 is #735999. Grayscale: #979797. Windows color (decimal): -7559578 or 6727308. OLE color: 6727308.

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

Color convert

RGB 140 166 102 -
CMYK 0.16 0 0.39 0.35
HSL 84.38º 0.26% 0.53% -
HSV(B) 84.38º 0.39% 0.65% -
XYZ 26.85 33.81 17.68 -
YUV 150.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 140 166 102 0.16 0 0.39 0.35 84.38 0.26 0.53
Hex 8C A6 66 10 0 27 23 54 1A 35
Octal 214 246 146 20 0 47 43 124 32 65
Binary 10001100 10100110 1100110 10000 0 100111 100011 1010100 11010 110101

Color Harmonies of #8CA666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA666

Black with #8CA666

Text Example


Text Example

White with #8CA666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CA666;
 }
 .AnyTagClassName
 {
   color: #8CA666;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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