#8DB462

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

Shades of Chelsea Cucumber #8DB462

Tints of Chelsea Cucumber #8DB462

Color information

#8DB462 (or 0x8DB462) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B4 and 62. RGB value is (141,180,98). Sum of RGB (Red+Green+Blue) = 141+180+98=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB462 is #724B9D. Grayscale: #9F9F9F. Windows color (decimal): -7490462 or 6468749. OLE color: 6468749.

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

Color convert

RGB14118098-
CMYK0.2200.460.29
HSL88.54º35.34%54.51%-
HSV(B)88.54º45.56%70.59%-
XYZ29.5139.1917.56-
YUV158.9993.58115.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=33.65%
G=42.96%
B=23.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141180980.2200.460.2988.5435.3454.51
Hex8DB4621602E1D592337
Octal21526414226056351314367
Binary10001101101101001100010101100101110111011011001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,180,98); }

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

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

 a { background-color: rgb(141,180,98); }

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

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

 span { border-color: rgb(141,180,98); }

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