#82A655

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

Shades of Chelsea Cucumber #82A655

Tints of Chelsea Cucumber #82A655

Color information

#82A655 (or 0x82A655) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A6 and 55. RGB value is (130,166,85). Sum of RGB (Red+Green+Blue) = 130+166+85=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #82A655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A655 is #7D59AA. Grayscale: #929292. Windows color (decimal): -8214955 or 5613186. OLE color: 5613186.

HSL color Cylindrical-coordinate representation of color #82A655: hue angle of 86.67º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82A655 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB13016685-
CMYK0.2200.490.35
HSL86.67º32.27%49.22%-
HSV(B)86.67º48.8%65.1%-
XYZ24.4832.6713.61-
YUV14693.57116.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 166 (65.23% from 255) = 43.57%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=34.12%
G=43.57%
B=22.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130166850.2200.490.3586.6732.2749.22
Hex82A6551603123572031
Octal20224612526061431274061
Binary100000101010011010101011011001100011000111010111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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