#82AA58

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

Shades of Chelsea Cucumber #82AA58

Tints of Chelsea Cucumber #82AA58

Color information

#82AA58 (or 0x82AA58) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AA and 58. RGB value is (130,170,88). Sum of RGB (Red+Green+Blue) = 130+170+88=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA58 is #7D55A7. Grayscale: #949494. Windows color (decimal): -8213928 or 5810818. OLE color: 5810818.

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

Color convert

RGB13017088-
CMYK0.2400.480.33
HSL89.27º32.54%50.59%-
HSV(B)89.27º48.24%66.67%-
XYZ25.3434.214.5-
YUV148.6993.75114.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=33.51%
G=43.81%
B=22.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130170880.2400.480.3389.2732.5450.59
Hex82AA581803021592133
Octal20225213030060411314163
Binary100000101010101010110001100001100001000011011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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