#82A651

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

Shades of Chelsea Cucumber #82A651

Tints of Chelsea Cucumber #82A651

Color information

#82A651 (or 0x82A651) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A6 and 51. RGB value is (130,166,81). Sum of RGB (Red+Green+Blue) = 130+166+81=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #82A651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A651 is #7D59AE. Grayscale: #919191. Windows color (decimal): -8214959 or 5351042. OLE color: 5351042.

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

Color convert

RGB13016681-
CMYK0.2200.510.35
HSL85.41º34.41%48.43%-
HSV(B)85.41º51.2%65.1%-
XYZ24.3332.6112.8-
YUV145.5591.57116.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=34.48%
G=44.03%
B=21.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130166810.2200.510.3585.4134.4148.43
Hex82A6511603323552230
Octal20224612126063431254260
Binary100000101010011010100011011001100111000111010101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,166,81); }

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

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

 a { background-color: rgb(130,166,81); }

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

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

 span { border-color: rgb(130,166,81); }

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