#82B052

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

Shades of Chelsea Cucumber #82B052

Tints of Chelsea Cucumber #82B052

Color information

#82B052 (or 0x82B052) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B0 and 52. RGB value is (130,176,82). Sum of RGB (Red+Green+Blue) = 130+176+82=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #82B052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B052 is #7D4FAD. Grayscale: #979797. Windows color (decimal): -8212398 or 5419138. OLE color: 5419138.

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

Color convert

RGB13017682-
CMYK0.2600.530.31
HSL89.36º37.3%50.59%-
HSV(B)89.36º53.41%69.02%-
XYZ26.2536.4113.63-
YUV151.5388.76112.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=33.51%
G=45.36%
B=21.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130176820.2600.530.3189.3637.350.59
Hex82B0521A0351F592533
Octal20226012232065371314563
Binary10000010101100001010010110100110101111111011001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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