#82B643

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

Shades of Chelsea Cucumber #82B643

Tints of Chelsea Cucumber #82B643

Color information

#82B643 (or 0x82B643) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B6 and 43. RGB value is (130,182,67). Sum of RGB (Red+Green+Blue) = 130+182+67=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #82B643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B643 is #7D49BC. Grayscale: #999999. Windows color (decimal): -8210877 or 4437634. OLE color: 4437634.

HSL color Cylindrical-coordinate representation of color #82B643: hue angle of 87.13º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82B643 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB13018267-
CMYK0.2900.630.29
HSL87.13º46.18%48.82%-
HSV(B)87.13º63.19%71.37%-
XYZ26.9538.6111.34-
YUV153.3479.27111.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 182 (71.48% from 255) = 48.02%
BLUE value IS 67 (26.56% from 255) = 17.68%
R=34.30%
G=48.02%
B=17.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130182670.2900.630.2987.1346.1848.82
Hex82B6431D03F1D572e31
Octal20226610335077351275661
Binary10000010101101101000011111010111111111011010111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,182,67); }

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

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

 a { background-color: rgb(130,182,67); }

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

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

 span { border-color: rgb(130,182,67); }

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