#8DBC52

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

Shades of Chelsea Cucumber #8DBC52

Tints of Chelsea Cucumber #8DBC52

Color information

#8DBC52 (or 0x8DBC52) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, BC and 52. RGB value is (141,188,82). Sum of RGB (Red+Green+Blue) = 141+188+82=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC52 is #7243AD. Grayscale: #A2A2A2. Windows color (decimal): -7488430 or 5422221. OLE color: 5422221.

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

Color convert

RGB14118882-
CMYK0.2500.560.26
HSL86.6º44.17%52.94%-
HSV(B)86.6º56.38%73.73%-
XYZ30.4942.2414.53-
YUV161.8682.93113.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 188 (73.83% from 255) = 45.74%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=34.31%
G=45.74%
B=19.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141188820.2500.560.2686.644.1752.94
Hex8DBC52190381A572c35
Octal21527412231070321275465
Binary10001101101111001010010110010111000110101010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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