#82A68D

Color #82A68D Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #82A68D

Tints of Bay Leaf #82A68D

Color information

#82A68D (or 0x82A68D) is unknown color: approx Bay Leaf. HEX triplet: 82, A6 and 8D. RGB value is (130,166,141). Sum of RGB (Red+Green+Blue) = 130+166+141=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #82A68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A68D is #7D5972. Grayscale: #989898. Windows color (decimal): -8214899 or 9283202. OLE color: 9283202.

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

Color convert

RGB130166141-
CMYK0.2200.150.35
HSL138.33º16.82%58.04%-
HSV(B)138.33º21.69%65.1%-
XYZ27.6533.9430.29-
YUV152.39121.57112.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=29.75%
G=37.99%
B=32.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301661410.2200.150.35138.3316.8258.04
Hex82A68D160F238a113a
Octal20224621526017432122172
Binary10000010101001101000110110110011111000111000101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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