#82A75B

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

Shades of Chelsea Cucumber #82A75B

Tints of Chelsea Cucumber #82A75B

Color information

#82A75B (or 0x82A75B) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A7 and 5B. RGB value is (130,167,91). Sum of RGB (Red+Green+Blue) = 130+167+91=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #82A75B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A75B is #7D58A4. Grayscale: #939393. Windows color (decimal): -8214693 or 6006658. OLE color: 6006658.

HSL color Cylindrical-coordinate representation of color #82A75B: hue angle of 89.21º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82A75B is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB13016791-
CMYK0.2200.460.35
HSL89.21º30.16%50.59%-
HSV(B)89.21º45.51%65.49%-
XYZ24.9133.1414.98-
YUV147.2796.24115.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=33.51%
G=43.04%
B=23.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130167910.2200.460.3589.2130.1650.59
Hex82A75B1602E23591e33
Octal20224713326056431313663
Binary10000010101001111011011101100101110100011101100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,167,91); }

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

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

 a { background-color: rgb(130,167,91); }

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

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

 span { border-color: rgb(130,167,91); }

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