#8DB945

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

Shades of Chelsea Cucumber #8DB945

Tints of Chelsea Cucumber #8DB945

Color information

#8DB945 (or 0x8DB945) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B9 and 45. RGB value is (141,185,69). Sum of RGB (Red+Green+Blue) = 141+185+69=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB945 is #7246BA. Grayscale: #9F9F9F. Windows color (decimal): -7489211 or 4569485. OLE color: 4569485.

HSL color Cylindrical-coordinate representation of color #8DB945: hue angle of 82.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DB945 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB14118569-
CMYK0.2400.630.27
HSL82.76º45.67%49.8%-
HSV(B)82.76º62.7%72.55%-
XYZ29.4140.7911.95-
YUV158.6277.42115.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 185 (72.66% from 255) = 46.84%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=35.70%
G=46.84%
B=17.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141185690.2400.630.2782.7645.6749.8
Hex8DB9451803F1B532e32
Octal21527110530077331235662
Binary10001101101110011000101110000111111110111010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,185,69); }

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

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

 a { background-color: rgb(141,185,69); }

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

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

 span { border-color: rgb(141,185,69); }

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