#8DBD4C

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

Shades of Chelsea Cucumber #8DBD4C

Tints of Chelsea Cucumber #8DBD4C

Color information

#8DBD4C (or 0x8DBD4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, BD and 4C. RGB value is (141,189,76). Sum of RGB (Red+Green+Blue) = 141+189+76=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD4C is #7242B3. Grayscale: #A2A2A2. Windows color (decimal): -7488180 or 5029261. OLE color: 5029261.

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

Color convert

RGB14118976-
CMYK0.2500.600.26
HSL85.49º46.12%51.96%-
HSV(B)85.49º59.79%74.12%-
XYZ30.4942.5813.45-
YUV161.7779.6113.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 76 (30.08% from 255) = 18.72%
R=34.73%
G=46.55%
B=18.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141189760.2500.600.2685.4946.1251.96
Hex8DBD4C1903C1A552e34
Octal21527511431074321255664
Binary10001101101111011001100110010111100110101010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,189,76); }

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

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

 a { background-color: rgb(141,189,76); }

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

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

 span { border-color: rgb(141,189,76); }

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