#82B841

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

Shades of Chelsea Cucumber #82B841

Tints of Chelsea Cucumber #82B841

Color information

#82B841 (or 0x82B841) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B8 and 41. RGB value is (130,184,65). Sum of RGB (Red+Green+Blue) = 130+184+65=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #82B841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B841 is #7D47BE. Grayscale: #9A9A9A. Windows color (decimal): -8210367 or 4307074. OLE color: 4307074.

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

Color convert

RGB13018465-
CMYK0.2900.650.28
HSL87.23º47.79%48.82%-
HSV(B)87.23º64.67%72.16%-
XYZ27.339.4111.17-
YUV154.2977.61110.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 184 (72.27% from 255) = 48.55%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=34.30%
G=48.55%
B=17.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130184650.2900.650.2887.2347.7948.82
Hex82B8411D0411C573031
Octal202270101350101341276061
Binary100000101011100010000011110101000001111001010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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