#8DAC5B

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

Shades of Chelsea Cucumber #8DAC5B

Tints of Chelsea Cucumber #8DAC5B

Color information

#8DAC5B (or 0x8DAC5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AC and 5B. RGB value is (141,172,91). Sum of RGB (Red+Green+Blue) = 141+172+91=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC5B is #7253A4. Grayscale: #999999. Windows color (decimal): -7492517 or 6007949. OLE color: 6007949.

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

Color convert

RGB14117291-
CMYK0.1800.470.33
HSL82.96º32.79%51.57%-
HSV(B)82.96º47.09%67.45%-
XYZ27.6335.9215.38-
YUV153.592.73119.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 91 (35.94% from 255) = 22.52%
R=34.90%
G=42.57%
B=22.52%

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
Decimal141172910.1800.470.3382.9632.7951.57
Hex8DAC5B1202F21532134
Octal21525413322057411234164
Binary100011011010110010110111001001011111000011010011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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