#82AC60

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

Shades of Chelsea Cucumber #82AC60

Tints of Chelsea Cucumber #82AC60

Color information

#82AC60 (or 0x82AC60) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AC and 60. RGB value is (130,172,96). Sum of RGB (Red+Green+Blue) = 130+172+96=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC60 is #7D539F. Grayscale: #979797. Windows color (decimal): -8213408 or 6335618. OLE color: 6335618.

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

Color convert

RGB13017296-
CMYK0.2400.440.33
HSL93.16º31.4%52.55%-
HSV(B)93.16º44.19%67.45%-
XYZ26.0735.116.47-
YUV150.7897.09113.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=32.66%
G=43.22%
B=24.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130172960.2400.440.3393.1631.452.55
Hex82AC601802C215d1f35
Octal20225414030054411353765
Binary10000010101011001100000110000101100100001101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,172,96); }

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

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

 a { background-color: rgb(130,172,96); }

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

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

 span { border-color: rgb(130,172,96); }

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