#8DA852

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

Shades of Chelsea Cucumber #8DA852

Tints of Chelsea Cucumber #8DA852

Color information

#8DA852 (or 0x8DA852) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A8 and 52. RGB value is (141,168,82). Sum of RGB (Red+Green+Blue) = 141+168+82=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA852 is #7257AD. Grayscale: #969696. Windows color (decimal): -7493550 or 5417101. OLE color: 5417101.

HSL color Cylindrical-coordinate representation of color #8DA852: hue angle of 78.84º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DA852 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB14116882-
CMYK0.1600.510.34
HSL78.84º34.4%49.02%-
HSV(B)78.84º51.19%65.88%-
XYZ26.5134.2813.2-
YUV150.1289.55121.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 168 (66.02% from 255) = 42.97%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=36.06%
G=42.97%
B=20.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141168820.1600.510.3478.8434.449.02
Hex8DA85210033224f2231
Octal21525012220063421174261
Binary100011011010100010100101000001100111000101001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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