#82B05E

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

Shades of Chelsea Cucumber #82B05E

Tints of Chelsea Cucumber #82B05E

Color information

#82B05E (or 0x82B05E) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B0 and 5E. RGB value is (130,176,94). Sum of RGB (Red+Green+Blue) = 130+176+94=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #82B05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B05E is #7D4FA1. Grayscale: #999999. Windows color (decimal): -8212386 or 6205570. OLE color: 6205570.

HSL color Cylindrical-coordinate representation of color #82B05E: hue angle of 93.66º 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 #82B05E is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB13017694-
CMYK0.2600.470.31
HSL93.66º34.17%52.94%-
HSV(B)93.66º46.59%69.02%-
XYZ26.7536.616.25-
YUV152.994.76111.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 176 (69.14% from 255) = 44%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=32.5%
G=44%
B=23.5%

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
Decimal130176940.2600.470.3193.6634.1752.94
Hex82B05E1A02F1F5e2235
Octal20226013632057371364265
Binary10000010101100001011110110100101111111111011110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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