#8DAC6B

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

Shades of Chelsea Cucumber #8DAC6B

Tints of Chelsea Cucumber #8DAC6B

Color information

#8DAC6B (or 0x8DAC6B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AC and 6B. RGB value is (141,172,107). Sum of RGB (Red+Green+Blue) = 141+172+107=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC6B is #725394. Grayscale: #9B9B9B. Windows color (decimal): -7492501 or 7056525. OLE color: 7056525.

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

Color convert

RGB141172107-
CMYK0.1800.380.33
HSL88.62º28.14%54.71%-
HSV(B)88.62º37.79%67.45%-
XYZ28.3936.2319.41-
YUV155.32100.73117.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=33.57%
G=40.95%
B=25.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411721070.1800.380.3388.6228.1454.71
Hex8DAC6B1202621591c37
Octal21525415322046411313467
Binary10001101101011001101011100100100110100001101100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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