#8DAD69

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

Shades of Chelsea Cucumber #8DAD69

Tints of Chelsea Cucumber #8DAD69

Color information

#8DAD69 (or 0x8DAD69) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AD and 69. RGB value is (141,173,105). Sum of RGB (Red+Green+Blue) = 141+173+105=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAD69 is #725296. Grayscale: #9B9B9B. Windows color (decimal): -7492247 or 6925709. OLE color: 6925709.

HSL color Cylindrical-coordinate representation of color #8DAD69: hue angle of 88.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DAD69 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB141173105-
CMYK0.1800.390.32
HSL88.24º29.31%54.51%-
HSV(B)88.24º39.31%67.84%-
XYZ28.4836.5718.92-
YUV155.6899.4117.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=33.65%
G=41.29%
B=25.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411731050.1800.390.3288.2429.3154.51
Hex8DAD691202720581d37
Octal21525515122047401303567
Binary10001101101011011101001100100100111100000101100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,173,105); }

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

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

 a { background-color: rgb(141,173,105); }

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

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

 span { border-color: rgb(141,173,105); }

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