#82AC51

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

Shades of Chelsea Cucumber #82AC51

Tints of Chelsea Cucumber #82AC51

Color information

#82AC51 (or 0x82AC51) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AC and 51. RGB value is (130,172,81). Sum of RGB (Red+Green+Blue) = 130+172+81=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC51 is #7D53AE. Grayscale: #959595. Windows color (decimal): -8213423 or 5352578. OLE color: 5352578.

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

Color convert

RGB13017281-
CMYK0.2400.530.33
HSL87.69º35.97%49.61%-
HSV(B)87.69º52.91%67.45%-
XYZ25.4434.8413.17-
YUV149.0789.59114.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=33.94%
G=44.91%
B=21.15%

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
Decimal130172810.2400.530.3387.6935.9749.61
Hex82AC511803521582432
Octal20225412130065411304462
Binary100000101010110010100011100001101011000011011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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