#8DB060

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

Shades of Chelsea Cucumber #8DB060

Tints of Chelsea Cucumber #8DB060

Color information

#8DB060 (or 0x8DB060) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B0 and 60. RGB value is (141,176,96). Sum of RGB (Red+Green+Blue) = 141+176+96=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB060 is #724F9F. Grayscale: #9C9C9C. Windows color (decimal): -7491488 or 6336653. OLE color: 6336653.

HSL color Cylindrical-coordinate representation of color #8DB060: hue angle of 86.25º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB060 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB14117696-
CMYK0.2000.450.31
HSL86.25º33.61%53.33%-
HSV(B)86.25º45.45%69.02%-
XYZ28.6237.5616.81-
YUV156.4293.9117-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 176 (69.14% from 255) = 42.62%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=34.14%
G=42.62%
B=23.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141176960.2000.450.3186.2533.6153.33
Hex8DB0601402D1F562235
Octal21526014024055371264265
Binary10001101101100001100000101000101101111111010110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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