#8DB560

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

Shades of Chelsea Cucumber #8DB560

Tints of Chelsea Cucumber #8DB560

Color information

#8DB560 (or 0x8DB560) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B5 and 60. RGB value is (141,181,96). Sum of RGB (Red+Green+Blue) = 141+181+96=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB560 is #724A9F. Grayscale: #9F9F9F. Windows color (decimal): -7490208 or 6337933. OLE color: 6337933.

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

Color convert

RGB14118196-
CMYK0.2200.470.29
HSL88.24º36.48%54.31%-
HSV(B)88.24º46.96%70.98%-
XYZ29.6239.5517.14-
YUV159.3592.25114.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.73%
GREEN value IS 181 (71.09% from 255) = 43.30%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=33.73%
G=43.30%
B=22.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141181960.2200.470.2988.2436.4854.31
Hex8DB5601602F1D582436
Octal21526514026057351304466
Binary10001101101101011100000101100101111111011011000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,181,96); }

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

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

 a { background-color: rgb(141,181,96); }

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

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

 span { border-color: rgb(141,181,96); }

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