#82B941

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

Shades of Chelsea Cucumber #82B941

Tints of Chelsea Cucumber #82B941

Color information

#82B941 (or 0x82B941) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B9 and 41. RGB value is (130,185,65). Sum of RGB (Red+Green+Blue) = 130+185+65=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #82B941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B941 is #7D46BE. Grayscale: #9B9B9B. Windows color (decimal): -8210111 or 4307330. OLE color: 4307330.

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

Color convert

RGB13018565-
CMYK0.3000.650.27
HSL87.5º48%49.02%-
HSV(B)87.5º64.86%72.55%-
XYZ27.5139.8311.24-
YUV154.8877.28110.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 185 (72.66% from 255) = 48.68%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=34.21%
G=48.68%
B=17.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130185650.3000.650.2787.54849.02
Hex82B9411E0411B583031
Octal202271101360101331306061
Binary100000101011100110000011111001000001110111011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,185,65); }

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

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

 a { background-color: rgb(130,185,65); }

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

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

 span { border-color: rgb(130,185,65); }

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