#82B358

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

Shades of Chelsea Cucumber #82B358

Tints of Chelsea Cucumber #82B358

Color information

#82B358 (or 0x82B358) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B3 and 58. RGB value is (130,179,88). Sum of RGB (Red+Green+Blue) = 130+179+88=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #82B358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B358 is #7D4CA7. Grayscale: #9A9A9A. Windows color (decimal): -8211624 or 5813122. OLE color: 5813122.

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

Color convert

RGB13017988-
CMYK0.2700.510.30
HSL92.31º37.45%52.35%-
HSV(B)92.31º50.84%70.2%-
XYZ27.0937.6915.08-
YUV153.9890.77110.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 179 (70.31% from 255) = 45.09%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=32.75%
G=45.09%
B=22.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130179880.2700.510.3092.3137.4552.35
Hex82B3581B0331E5c2534
Octal20226313033063361344564
Binary10000010101100111011000110110110011111101011100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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