#82B05D

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

Shades of Chelsea Cucumber #82B05D

Tints of Chelsea Cucumber #82B05D

Color information

#82B05D (or 0x82B05D) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B0 and 5D. RGB value is (130,176,93). Sum of RGB (Red+Green+Blue) = 130+176+93=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #82B05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B05D is #7D4FA2. Grayscale: #999999. Windows color (decimal): -8212387 or 6140034. OLE color: 6140034.

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

Color convert

RGB13017693-
CMYK0.2600.470.31
HSL93.25º34.44%52.75%-
HSV(B)93.25º47.16%69.02%-
XYZ26.7136.5916.01-
YUV152.7894.26111.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=32.58%
G=44.11%
B=23.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130176930.2600.470.3193.2534.4452.75
Hex82B05D1A02F1F5d2235
Octal20226013532057371354265
Binary10000010101100001011101110100101111111111011101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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