#8DA352

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

Shades of Chelsea Cucumber #8DA352

Tints of Chelsea Cucumber #8DA352

Color information

#8DA352 (or 0x8DA352) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A3 and 52. RGB value is (141,163,82). Sum of RGB (Red+Green+Blue) = 141+163+82=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA352 is #725CAD. Grayscale: #939393. Windows color (decimal): -7494830 or 5415821. OLE color: 5415821.

HSL color Cylindrical-coordinate representation of color #8DA352: hue angle of 76.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DA352 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB14116382-
CMYK0.1300.500.36
HSL76.3º33.06%48.04%-
HSV(B)76.3º49.69%63.92%-
XYZ25.632.4712.9-
YUV147.1991.21123.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=36.53%
G=42.23%
B=21.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141163820.1300.500.3676.333.0648.04
Hex8DA352D032244c2130
Octal21524312215062441144160
Binary10001101101000111010010110101100101001001001100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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