#82A053

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

Shades of Chelsea Cucumber #82A053

Tints of Chelsea Cucumber #82A053

Color information

#82A053 (or 0x82A053) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A0 and 53. RGB value is (130,160,83). Sum of RGB (Red+Green+Blue) = 130+160+83=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #82A053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A053 is #7D5FAC. Grayscale: #8E8E8E. Windows color (decimal): -8216493 or 5480578. OLE color: 5480578.

HSL color Cylindrical-coordinate representation of color #82A053: hue angle of 83.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82A053 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB13016083-
CMYK0.1900.480.37
HSL83.38º31.69%47.65%-
HSV(B)83.38º48.12%62.75%-
XYZ23.3430.5112.84-
YUV142.2594.56119.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=34.85%
G=42.90%
B=22.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130160830.1900.480.3783.3831.6947.65
Hex82A0531303025532030
Octal20224012323060451234060
Binary100000101010000010100111001101100001001011010011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,160,83); }

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

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

 a { background-color: rgb(130,160,83); }

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

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

 span { border-color: rgb(130,160,83); }

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