#8CA356

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

Shades of Chelsea Cucumber #8CA356

Tints of Chelsea Cucumber #8CA356

Color information

#8CA356 (or 0x8CA356) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A3 and 56. RGB value is (140,163,86). Sum of RGB (Red+Green+Blue) = 140+163+86=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA356 is #735CA9. Grayscale: #939393. Windows color (decimal): -7560362 or 5677964. OLE color: 5677964.

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

Color convert

RGB14016386-
CMYK0.1400.470.36
HSL77.92º30.92%48.82%-
HSV(B)77.92º47.24%63.92%-
XYZ25.5932.4413.72-
YUV147.3493.38122.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=35.99%
G=41.90%
B=22.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140163860.1400.470.3677.9230.9248.82
Hex8CA356E02F244e1f31
Octal21424312616057441163761
Binary1000110010100011101011011100101111100100100111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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