#82AC52

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

Shades of Chelsea Cucumber #82AC52

Tints of Chelsea Cucumber #82AC52

Color information

#82AC52 (or 0x82AC52) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AC and 52. RGB value is (130,172,82). Sum of RGB (Red+Green+Blue) = 130+172+82=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC52 is #7D53AD. Grayscale: #959595. Windows color (decimal): -8213422 or 5418114. OLE color: 5418114.

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

Color convert

RGB13017282-
CMYK0.2400.520.33
HSL88º35.43%49.8%-
HSV(B)88º52.33%67.45%-
XYZ25.4834.8613.37-
YUV149.1890.09114.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 172 (67.58% from 255) = 44.79%
BLUE value IS 82 (32.42% from 255) = 21.35%
R=33.85%
G=44.79%
B=21.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130172820.2400.520.338835.4349.8
Hex82AC521803421582332
Octal20225412230064411304362
Binary100000101010110010100101100001101001000011011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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