#82A34A

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

Shades of Chelsea Cucumber #82A34A

Tints of Chelsea Cucumber #82A34A

Color information

#82A34A (or 0x82A34A) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A3 and 4A. RGB value is (130,163,74). Sum of RGB (Red+Green+Blue) = 130+163+74=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 163 - color contains mainly: green. Hex color #82A34A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A34A is #7D5CB5. Grayscale: #8F8F8F. Windows color (decimal): -8215734 or 4891522. OLE color: 4891522.

HSL color Cylindrical-coordinate representation of color #82A34A: hue angle of 82.25º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82A34A is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB13016374-
CMYK0.2000.550.36
HSL82.25º37.55%46.47%-
HSV(B)82.25º54.6%63.92%-
XYZ23.5431.4311.31-
YUV142.9989.07118.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 163 (64.06% from 255) = 44.41%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=35.42%
G=44.41%
B=20.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130163740.2000.550.3682.2537.5546.47
Hex82A34A140372452262e
Octal20224311224067441224656
Binary100000101010001110010101010001101111001001010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,163,74); }

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

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

 a { background-color: rgb(130,163,74); }

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

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

 span { border-color: rgb(130,163,74); }

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