#8CAC52

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

Shades of Chelsea Cucumber #8CAC52

Tints of Chelsea Cucumber #8CAC52

Color information

#8CAC52 (or 0x8CAC52) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AC and 52. RGB value is (140,172,82). Sum of RGB (Red+Green+Blue) = 140+172+82=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC52 is #7353AD. Grayscale: #989898. Windows color (decimal): -7558062 or 5418124. OLE color: 5418124.

HSL color Cylindrical-coordinate representation of color #8CAC52: hue angle of 81.33º 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 #8CAC52 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB14017282-
CMYK0.1900.520.33
HSL81.33º35.43%49.8%-
HSV(B)81.33º52.33%67.45%-
XYZ27.0935.6913.44-
YUV152.1788.4119.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.53%
GREEN value IS 172 (67.58% from 255) = 43.65%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=35.53%
G=43.65%
B=20.81%

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
Decimal140172820.1900.520.3381.3335.4349.8
Hex8CAC521303421512332
Octal21425412223064411214362
Binary100011001010110010100101001101101001000011010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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