#8DAC5C

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

Shades of Chelsea Cucumber #8DAC5C

Tints of Chelsea Cucumber #8DAC5C

Color information

#8DAC5C (or 0x8DAC5C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AC and 5C. RGB value is (141,172,92). Sum of RGB (Red+Green+Blue) = 141+172+92=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC5C is #7253A3. Grayscale: #999999. Windows color (decimal): -7492516 or 6073485. OLE color: 6073485.

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

Color convert

RGB14117292-
CMYK0.1800.470.33
HSL83.25º32.52%51.76%-
HSV(B)83.25º46.51%67.45%-
XYZ27.6735.9415.6-
YUV153.6193.23119-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.81%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=34.81%
G=42.47%
B=22.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141172920.1800.470.3383.2532.5251.76
Hex8DAC5C1202F21532134
Octal21525413422057411234164
Binary100011011010110010111001001001011111000011010011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,92); }

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

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

 a { background-color: rgb(141,172,92); }

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

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

 span { border-color: rgb(141,172,92); }

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