#82b24a

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

Shades of Chelsea Cucumber #82B24A

Tints of Chelsea Cucumber #82B24A

Color information

#82B24A (or 0x82B24A) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B2 and 4A. RGB value is (130,178,74). Sum of RGB (Red+Green+Blue) = 130+178+74=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #82B24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B24A is #7D4DB5. Grayscale: #989898. Windows color (decimal): -8211894 or 4895362. OLE color: 4895362.

HSL color Cylindrical-coordinate representation of color #82B24A: hue angle of 87.69º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82B24A is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB13017874-
CMYK0.2700.580.30
HSL87.69º41.27%49.41%-
HSV(B)87.69º58.43%69.8%-
XYZ26.3637.0812.25-
YUV151.7984.1112.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.03%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=34.03%
G=46.60%
B=19.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130178740.2700.580.3087.6941.2749.41
Hex82B24A1B03A1E582931
Octal20226211233072361305161
Binary10000010101100101001010110110111010111101011000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82b24a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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