#82AA50

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

Shades of Chelsea Cucumber #82AA50

Tints of Chelsea Cucumber #82AA50

Color information

#82AA50 (or 0x82AA50) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AA and 50. RGB value is (130,170,80). Sum of RGB (Red+Green+Blue) = 130+170+80=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA50 is #7D55AF. Grayscale: #949494. Windows color (decimal): -8213936 or 5286530. OLE color: 5286530.

HSL color Cylindrical-coordinate representation of color #82AA50: hue angle of 86.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82AA50 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB13017080-
CMYK0.2400.530.33
HSL86.67º36%49.02%-
HSV(B)86.67º52.94%66.67%-
XYZ25.0334.0712.85-
YUV147.7889.75115.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 80 (31.64% from 255) = 21.05%
R=34.21%
G=44.74%
B=21.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130170800.2400.530.3386.673649.02
Hex82AA501803521572431
Octal20225212030065411274461
Binary100000101010101010100001100001101011000011010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,170,80); }

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

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

 a { background-color: rgb(130,170,80); }

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

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

 span { border-color: rgb(130,170,80); }

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