#82A855

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

Shades of Chelsea Cucumber #82A855

Tints of Chelsea Cucumber #82A855

Color information

#82A855 (or 0x82A855) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A8 and 55. RGB value is (130,168,85). Sum of RGB (Red+Green+Blue) = 130+168+85=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 168 - color contains mainly: green. Hex color #82A855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A855 is #7D57AA. Grayscale: #939393. Windows color (decimal): -8214443 or 5613698. OLE color: 5613698.

HSL color Cylindrical-coordinate representation of color #82A855: hue angle of 87.47º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82A855 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB13016885-
CMYK0.2300.490.34
HSL87.47º32.81%49.61%-
HSV(B)87.47º49.4%65.88%-
XYZ24.8533.4113.73-
YUV147.1892.91115.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 168 (66.02% from 255) = 43.86%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=33.94%
G=43.86%
B=22.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130168850.2300.490.3487.4732.8149.61
Hex82A8551703122572132
Octal20225012527061421274162
Binary100000101010100010101011011101100011000101010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A855; }

 p { color: rgb(130,168,85); }

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

<style>
 a { background-color: #82A855; }

 a { background-color: rgb(130,168,85); }

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

<style>
 span { border-color: #82A855; }

 span { border-color: rgb(130,168,85); }

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