#82B063

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

Shades of Chelsea Cucumber #82B063

Tints of Chelsea Cucumber #82B063

Color information

#82B063 (or 0x82B063) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B0 and 63. RGB value is (130,176,99). Sum of RGB (Red+Green+Blue) = 130+176+99=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #82B063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B063 is #7D4F9C. Grayscale: #999999. Windows color (decimal): -8212381 or 6533250. OLE color: 6533250.

HSL color Cylindrical-coordinate representation of color #82B063: hue angle of 95.84º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82B063 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB13017699-
CMYK0.2600.440.31
HSL95.84º32.77%53.92%-
HSV(B)95.84º43.75%69.02%-
XYZ26.9836.717.47-
YUV153.4797.26111.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 176 (69.14% from 255) = 43.46%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=32.10%
G=43.46%
B=24.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130176990.2600.440.3195.8432.7753.92
Hex82B0631A02C1F602136
Octal20226014332054371404166
Binary10000010101100001100011110100101100111111100000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,176,99); }

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

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

 a { background-color: rgb(130,176,99); }

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

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

 span { border-color: rgb(130,176,99); }

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