#8CA857

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

Shades of Chelsea Cucumber #8CA857

Tints of Chelsea Cucumber #8CA857

Color information

#8CA857 (or 0x8CA857) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A8 and 57. RGB value is (140,168,87). Sum of RGB (Red+Green+Blue) = 140+168+87=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA857 is #7357A8. Grayscale: #969696. Windows color (decimal): -7559081 or 5744780. OLE color: 5744780.

HSL color Cylindrical-coordinate representation of color #8CA857: hue angle of 80.74º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CA857 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB14016887-
CMYK0.1700.480.34
HSL80.74º31.76%50%-
HSV(B)80.74º48.21%65.88%-
XYZ26.5434.2714.23-
YUV150.3992.22120.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.44%
GREEN value IS 168 (66.02% from 255) = 42.53%
BLUE value IS 87 (34.38% from 255) = 22.03%
R=35.44%
G=42.53%
B=22.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140168870.1700.480.3480.7431.7650
Hex8CA8571103022512032
Octal21425012721060421214062
Binary100011001010100010101111000101100001000101010001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,168,87); }

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

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

 a { background-color: rgb(140,168,87); }

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

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

 span { border-color: rgb(140,168,87); }

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