#82B146

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

Shades of Chelsea Cucumber #82B146

Tints of Chelsea Cucumber #82B146

Color information

#82B146 (or 0x82B146) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B1 and 46. RGB value is (130,177,70). Sum of RGB (Red+Green+Blue) = 130+177+70=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #82B146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B146 is #7D4EB9. Grayscale: #979797. Windows color (decimal): -8212154 or 4632962. OLE color: 4632962.

HSL color Cylindrical-coordinate representation of color #82B146: hue angle of 86.36º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82B146 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB13017770-
CMYK0.2700.600.31
HSL86.36º43.32%48.43%-
HSV(B)86.36º60.45%69.41%-
XYZ26.0336.6311.49-
YUV150.7582.43113.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=34.48%
G=46.95%
B=18.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130177700.2700.600.3186.3643.3248.43
Hex82B1461B03C1F562b30
Octal20226110633074371265360
Binary10000010101100011000110110110111100111111010110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,177,70); }

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

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

 a { background-color: rgb(130,177,70); }

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

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

 span { border-color: rgb(130,177,70); }

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