#82AE5D

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

Shades of Chelsea Cucumber #82AE5D

Tints of Chelsea Cucumber #82AE5D

Color information

#82AE5D (or 0x82AE5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AE and 5D. RGB value is (130,174,93). Sum of RGB (Red+Green+Blue) = 130+174+93=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE5D is #7D51A2. Grayscale: #979797. Windows color (decimal): -8212899 or 6139522. OLE color: 6139522.

HSL color Cylindrical-coordinate representation of color #82AE5D: hue angle of 92.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82AE5D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB13017493-
CMYK0.2500.470.32
HSL92.59º33.33%52.35%-
HSV(B)92.59º46.55%68.24%-
XYZ26.3235.8115.88-
YUV151.6194.92112.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=32.75%
G=43.83%
B=23.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130174930.2500.470.3292.5933.3352.35
Hex82AE5D1902F205d2134
Octal20225613531057401354164
Binary100000101010111010111011100101011111000001011101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,174,93); }

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

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

 a { background-color: rgb(130,174,93); }

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

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

 span { border-color: rgb(130,174,93); }

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