#8CAA6A

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

Shades of Chelsea Cucumber #8CAA6A

Tints of Chelsea Cucumber #8CAA6A

Color information

#8CAA6A (or 0x8CAA6A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AA and 6A. RGB value is (140,170,106). Sum of RGB (Red+Green+Blue) = 140+170+106=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA6A is #735595. Grayscale: #999999. Windows color (decimal): -7558550 or 6990476. OLE color: 6990476.

HSL color Cylindrical-coordinate representation of color #8CAA6A: hue angle of 88.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CAA6A is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB140170106-
CMYK0.1800.380.33
HSL88.12º27.35%54.12%-
HSV(B)88.12º37.65%66.67%-
XYZ27.7935.3719-
YUV153.73101.06118.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=33.65%
G=40.87%
B=25.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401701060.1800.380.3388.1227.3554.12
Hex8CAA6A1202621581b36
Octal21425215222046411303366
Binary10001100101010101101010100100100110100001101100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,106); }

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

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

 a { background-color: rgb(140,170,106); }

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

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

 span { border-color: rgb(140,170,106); }

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