#8DB45C

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

Shades of Chelsea Cucumber #8DB45C

Tints of Chelsea Cucumber #8DB45C

Color information

#8DB45C (or 0x8DB45C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B4 and 5C. RGB value is (141,180,92). Sum of RGB (Red+Green+Blue) = 141+180+92=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB45C is #724BA3. Grayscale: #9E9E9E. Windows color (decimal): -7490468 or 6075533. OLE color: 6075533.

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

Color convert

RGB14118092-
CMYK0.2200.490.29
HSL86.59º36.97%53.33%-
HSV(B)86.59º48.89%70.59%-
XYZ29.2439.0816.13-
YUV158.3190.58115.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 180 (70.70% from 255) = 43.58%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=34.14%
G=43.58%
B=22.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141180920.2200.490.2986.5936.9753.33
Hex8DB45C160311D572535
Octal21526413426061351274565
Binary10001101101101001011100101100110001111011010111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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