#8CAC57

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

Shades of Chelsea Cucumber #8CAC57

Tints of Chelsea Cucumber #8CAC57

Color information

#8CAC57 (or 0x8CAC57) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AC and 57. RGB value is (140,172,87). Sum of RGB (Red+Green+Blue) = 140+172+87=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC57 is #7353A8. Grayscale: #999999. Windows color (decimal): -7558057 or 5745804. OLE color: 5745804.

HSL color Cylindrical-coordinate representation of color #8CAC57: hue angle of 82.59º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CAC57 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB14017287-
CMYK0.1900.490.33
HSL82.59º33.86%50.78%-
HSV(B)82.59º49.42%67.45%-
XYZ27.2935.7714.48-
YUV152.7490.9118.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=35.09%
G=43.11%
B=21.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140172870.1900.490.3382.5933.8650.78
Hex8CAC571303121532233
Octal21425412723061411234263
Binary100011001010110010101111001101100011000011010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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