#82A256

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

Shades of Chelsea Cucumber #82A256

Tints of Chelsea Cucumber #82A256

Color information

#82A256 (or 0x82A256) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A2 and 56. RGB value is (130,162,86). Sum of RGB (Red+Green+Blue) = 130+162+86=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #82A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A256 is #7D5DA9. Grayscale: #909090. Windows color (decimal): -8215978 or 5677698. OLE color: 5677698.

HSL color Cylindrical-coordinate representation of color #82A256: hue angle of 85.26º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82A256 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB13016286-
CMYK0.2000.470.36
HSL85.26º30.65%48.63%-
HSV(B)85.26º46.91%63.53%-
XYZ23.8131.2613.58-
YUV143.7795.4118.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=34.39%
G=42.86%
B=22.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130162860.2000.470.3685.2630.6548.63
Hex82A2561402F24551f31
Octal20224212624057441253761
Binary10000010101000101010110101000101111100100101010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,162,86); }

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

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

 a { background-color: rgb(130,162,86); }

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

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

 span { border-color: rgb(130,162,86); }

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