#82AE5C

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

Shades of Chelsea Cucumber #82AE5C

Tints of Chelsea Cucumber #82AE5C

Color information

#82AE5C (or 0x82AE5C) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AE and 5C. RGB value is (130,174,92). Sum of RGB (Red+Green+Blue) = 130+174+92=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE5C is #7D51A3. Grayscale: #979797. Windows color (decimal): -8212900 or 6073986. OLE color: 6073986.

HSL color Cylindrical-coordinate representation of color #82AE5C: hue angle of 92.2º degrees, saturation: 0.34, 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 #82AE5C is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB13017492-
CMYK0.2500.470.32
HSL92.2º33.61%52.16%-
HSV(B)92.2º47.13%68.24%-
XYZ26.2735.7915.65-
YUV151.594.42112.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=32.83%
G=43.94%
B=23.23%

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
Decimal130174920.2500.470.3292.233.6152.16
Hex82AE5C1902F205c2234
Octal20225613431057401344264
Binary100000101010111010111001100101011111000001011100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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