#8DB664

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

Shades of Chelsea Cucumber #8DB664

Tints of Chelsea Cucumber #8DB664

Color information

#8DB664 (or 0x8DB664) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B6 and 64. RGB value is (141,182,100). Sum of RGB (Red+Green+Blue) = 141+182+100=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB664 is #72499B. Grayscale: #A0A0A0. Windows color (decimal): -7489948 or 6600333. OLE color: 6600333.

HSL color Cylindrical-coordinate representation of color #8DB664: hue angle of 90º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB664 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB141182100-
CMYK0.2300.450.29
HSL90º35.96%55.29%-
HSV(B)90º45.05%71.37%-
XYZ30.0140.0418.2-
YUV160.3993.92114.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 43.03%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=33.33%
G=43.03%
B=23.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411821000.2300.450.299035.9655.29
Hex8DB6641702D1D5a2437
Octal21526614427055351324467
Binary10001101101101101100100101110101101111011011010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,100); }

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

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

 a { background-color: rgb(141,182,100); }

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

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

 span { border-color: rgb(141,182,100); }

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