#82B359

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

Shades of Chelsea Cucumber #82B359

Tints of Chelsea Cucumber #82B359

Color information

#82B359 (or 0x82B359) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B3 and 59. RGB value is (130,179,89). Sum of RGB (Red+Green+Blue) = 130+179+89=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #82B359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B359 is #7D4CA6. Grayscale: #9A9A9A. Windows color (decimal): -8211623 or 5878658. OLE color: 5878658.

HSL color Cylindrical-coordinate representation of color #82B359: hue angle of 92.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82B359 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB13017989-
CMYK0.2700.500.30
HSL92.67º37.19%52.55%-
HSV(B)92.67º50.28%70.2%-
XYZ27.1337.7115.3-
YUV154.0991.27110.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=32.66%
G=44.97%
B=22.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130179890.2700.500.3092.6737.1952.55
Hex82B3591B0321E5d2535
Octal20226313133062361354565
Binary10000010101100111011001110110110010111101011101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,179,89); }

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

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

 a { background-color: rgb(130,179,89); }

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

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

 span { border-color: rgb(130,179,89); }

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