#8CAC53

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

Shades of Chelsea Cucumber #8CAC53

Tints of Chelsea Cucumber #8CAC53

Color information

#8CAC53 (or 0x8CAC53) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AC and 53. RGB value is (140,172,83). Sum of RGB (Red+Green+Blue) = 140+172+83=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC53 is #7353AC. Grayscale: #989898. Windows color (decimal): -7558061 or 5483660. OLE color: 5483660.

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

Color convert

RGB14017283-
CMYK0.1900.520.33
HSL81.57º34.9%50%-
HSV(B)81.57º51.74%67.45%-
XYZ27.1335.7113.65-
YUV152.2988.9119.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.44%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=35.44%
G=43.54%
B=21.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140172830.1900.520.3381.5734.950
Hex8CAC531303421522332
Octal21425412323064411224362
Binary100011001010110010100111001101101001000011010010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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