#82A259

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

Shades of Chelsea Cucumber #82A259

Tints of Chelsea Cucumber #82A259

Color information

#82A259 (or 0x82A259) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A2 and 59. RGB value is (130,162,89). Sum of RGB (Red+Green+Blue) = 130+162+89=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #82A259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A259 is #7D5DA6. Grayscale: #909090. Windows color (decimal): -8215975 or 5874306. OLE color: 5874306.

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

Color convert

RGB13016289-
CMYK0.2000.450.36
HSL86.3º29.08%49.22%-
HSV(B)86.3º45.06%63.53%-
XYZ23.9331.3114.23-
YUV144.1196.9117.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=34.12%
G=42.52%
B=23.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130162890.2000.450.3686.329.0849.22
Hex82A2591402D24561d31
Octal20224213124055441263561
Binary10000010101000101011001101000101101100100101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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