#82A54C

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

Shades of Chelsea Cucumber #82A54C

Tints of Chelsea Cucumber #82A54C

Color information

#82A54C (or 0x82A54C) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A5 and 4C. RGB value is (130,165,76). Sum of RGB (Red+Green+Blue) = 130+165+76=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #82A54C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A54C is #7D5AB3. Grayscale: #909090. Windows color (decimal): -8215220 or 5023106. OLE color: 5023106.

HSL color Cylindrical-coordinate representation of color #82A54C: hue angle of 83.6º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82A54C is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB13016576-
CMYK0.2100.540.35
HSL83.6º36.93%47.25%-
HSV(B)83.6º53.94%64.71%-
XYZ23.9732.1811.79-
YUV144.3989.4117.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=35.04%
G=44.47%
B=20.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130165760.2100.540.3583.636.9347.25
Hex82A54C150362354252f
Octal20224511425066431244557
Binary100000101010010110011001010101101101000111010100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,165,76); }

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

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

 a { background-color: rgb(130,165,76); }

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

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

 span { border-color: rgb(130,165,76); }

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