#82A250

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

Shades of Chelsea Cucumber #82A250

Tints of Chelsea Cucumber #82A250

Color information

#82A250 (or 0x82A250) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A2 and 50. RGB value is (130,162,80). Sum of RGB (Red+Green+Blue) = 130+162+80=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #82A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A250 is #7D5DAF. Grayscale: #8F8F8F. Windows color (decimal): -8215984 or 5284482. OLE color: 5284482.

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

Color convert

RGB13016280-
CMYK0.2000.510.36
HSL83.41º33.88%47.45%-
HSV(B)83.41º50.62%63.53%-
XYZ23.5731.1712.36-
YUV143.0892.4118.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 162 (63.67% from 255) = 43.55%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=34.95%
G=43.55%
B=21.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130162800.2000.510.3683.4133.8847.45
Hex82A250140332453222f
Octal20224212024063441234257
Binary100000101010001010100001010001100111001001010011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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