#82A25B

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

Shades of Chelsea Cucumber #82A25B

Tints of Chelsea Cucumber #82A25B

Color information

#82A25B (or 0x82A25B) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A2 and 5B. RGB value is (130,162,91). Sum of RGB (Red+Green+Blue) = 130+162+91=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #82A25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A25B is #7D5DA4. Grayscale: #909090. Windows color (decimal): -8215973 or 6005378. OLE color: 6005378.

HSL color Cylindrical-coordinate representation of color #82A25B: hue angle of 87.04º 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 #82A25B is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB13016291-
CMYK0.2000.440.36
HSL87.04º28.06%49.61%-
HSV(B)87.04º43.83%63.53%-
XYZ24.0131.3414.68-
YUV144.3497.9117.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=33.94%
G=42.30%
B=23.76%

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
Decimal130162910.2000.440.3687.0428.0649.61
Hex82A25B1402C24571c32
Octal20224213324054441273462
Binary10000010101000101011011101000101100100100101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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