#82BA40

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

Shades of Chelsea Cucumber #82BA40

Tints of Chelsea Cucumber #82BA40

Color information

#82BA40 (or 0x82BA40) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, BA and 40. RGB value is (130,186,64). Sum of RGB (Red+Green+Blue) = 130+186+64=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA40 is #7D45BF. Grayscale: #9B9B9B. Windows color (decimal): -8209856 or 4242050. OLE color: 4242050.

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

Color convert

RGB13018664-
CMYK0.3000.660.27
HSL87.54º48.8%49.02%-
HSV(B)87.54º65.59%72.94%-
XYZ27.6940.2311.16-
YUV155.3576.45109.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=34.21%
G=48.95%
B=16.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130186640.3000.660.2787.5448.849.02
Hex82BA401E0421B583131
Octal202272100360102331306161
Binary100000101011101010000001111001000010110111011000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,186,64); }

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

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

 a { background-color: rgb(130,186,64); }

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

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

 span { border-color: rgb(130,186,64); }

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