#82A35B

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

Shades of Chelsea Cucumber #82A35B

Tints of Chelsea Cucumber #82A35B

Color information

#82A35B (or 0x82A35B) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A3 and 5B. RGB value is (130,163,91). Sum of RGB (Red+Green+Blue) = 130+163+91=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 163 - color contains mainly: green. Hex color #82A35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A35B is #7D5CA4. Grayscale: #919191. Windows color (decimal): -8215717 or 6005634. OLE color: 6005634.

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

Color convert

RGB13016391-
CMYK0.2000.440.36
HSL87.5º28.35%49.8%-
HSV(B)87.5º44.17%63.92%-
XYZ24.1931.714.74-
YUV144.9297.57117.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 163 (64.06% from 255) = 42.45%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=33.85%
G=42.45%
B=23.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130163910.2000.440.3687.528.3549.8
Hex82A35B1402C24581c32
Octal20224313324054441303462
Binary10000010101000111011011101000101100100100101100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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