#8DBC49

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

Shades of Chelsea Cucumber #8DBC49

Tints of Chelsea Cucumber #8DBC49

Color information

#8DBC49 (or 0x8DBC49) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, BC and 49. RGB value is (141,188,73). Sum of RGB (Red+Green+Blue) = 141+188+73=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC49 is #7243B6. Grayscale: #A1A1A1. Windows color (decimal): -7488439 or 4832397. OLE color: 4832397.

HSL color Cylindrical-coordinate representation of color #8DBC49: hue angle of 84.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DBC49 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB14118873-
CMYK0.2500.610.26
HSL84.52º46.18%51.18%-
HSV(B)84.52º61.17%73.73%-
XYZ30.1742.1112.84-
YUV160.8478.43113.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 188 (73.83% from 255) = 46.77%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=35.07%
G=46.77%
B=18.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141188730.2500.610.2684.5246.1851.18
Hex8DBC491903D1A552e33
Octal21527411131075321255663
Binary10001101101111001001001110010111101110101010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,73); }

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

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

 a { background-color: rgb(141,188,73); }

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

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

 span { border-color: rgb(141,188,73); }

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