#8DB364

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

Shades of Chelsea Cucumber #8DB364

Tints of Chelsea Cucumber #8DB364

Color information

#8DB364 (or 0x8DB364) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B3 and 64. RGB value is (141,179,100). Sum of RGB (Red+Green+Blue) = 141+179+100=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB364 is #724C9B. Grayscale: #9E9E9E. Windows color (decimal): -7490716 or 6599565. OLE color: 6599565.

HSL color Cylindrical-coordinate representation of color #8DB364: hue angle of 88.86º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB364 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB141179100-
CMYK0.2100.440.30
HSL88.86º34.2%54.71%-
HSV(B)88.86º44.13%70.2%-
XYZ29.438.8218-
YUV158.6394.91115.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 179 (70.31% from 255) = 42.62%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=33.57%
G=42.62%
B=23.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1411791000.2100.440.3088.8634.254.71
Hex8DB3641502C1E592237
Octal21526314425054361314267
Binary10001101101100111100100101010101100111101011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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