#82AC61

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

Shades of Chelsea Cucumber #82AC61

Tints of Chelsea Cucumber #82AC61

Color information

#82AC61 (or 0x82AC61) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AC and 61. RGB value is (130,172,97). Sum of RGB (Red+Green+Blue) = 130+172+97=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC61 is #7D539E. Grayscale: #979797. Windows color (decimal): -8213407 or 6401154. OLE color: 6401154.

HSL color Cylindrical-coordinate representation of color #82AC61: hue angle of 93.6º 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 #82AC61 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB13017297-
CMYK0.2400.440.33
HSL93.6º31.12%52.75%-
HSV(B)93.6º43.6%67.45%-
XYZ26.1235.1116.71-
YUV150.8997.59113.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=32.58%
G=43.11%
B=24.31%

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
Decimal130172970.2400.440.3393.631.1252.75
Hex82AC611802C215e1f35
Octal20225414130054411363765
Binary10000010101011001100001110000101100100001101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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