#8CA363

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

Shades of Chelsea Cucumber #8CA363

Tints of Chelsea Cucumber #8CA363

Color information

#8CA363 (or 0x8CA363) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A3 and 63. RGB value is (140,163,99). Sum of RGB (Red+Green+Blue) = 140+163+99=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA363 is #735C9C. Grayscale: #959595. Windows color (decimal): -7560349 or 6529932. OLE color: 6529932.

HSL color Cylindrical-coordinate representation of color #8CA363: hue angle of 81.56º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CA363 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB14016399-
CMYK0.1400.390.36
HSL81.56º25.81%51.37%-
HSV(B)81.56º39.26%63.92%-
XYZ26.1632.6716.73-
YUV148.8399.88121.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 163 (64.06% from 255) = 40.55%
BLUE value IS 99 (39.06% from 255) = 24.63%
R=34.83%
G=40.55%
B=24.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140163990.1400.390.3681.5625.8151.37
Hex8CA363E02724521a33
Octal21424314316047441223263
Binary1000110010100011110001111100100111100100101001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,99); }

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

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

 a { background-color: rgb(140,163,99); }

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

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

 span { border-color: rgb(140,163,99); }

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