#8DAB6B

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

Shades of Chelsea Cucumber #8DAB6B

Tints of Chelsea Cucumber #8DAB6B

Color information

#8DAB6B (or 0x8DAB6B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AB and 6B. RGB value is (141,171,107). Sum of RGB (Red+Green+Blue) = 141+171+107=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB6B is #725494. Grayscale: #9A9A9A. Windows color (decimal): -7492757 or 7056269. OLE color: 7056269.

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

Color convert

RGB141171107-
CMYK0.1800.370.33
HSL88.12º27.59%54.51%-
HSV(B)88.12º37.43%67.06%-
XYZ28.235.8519.34-
YUV154.73101.06118.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 107 (42.19% from 255) = 25.54%
R=33.65%
G=40.81%
B=25.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411711070.1800.370.3388.1227.5954.51
Hex8DAB6B1202521581c37
Octal21525315322045411303467
Binary10001101101010111101011100100100101100001101100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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