#82A68E

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

Shades of Bay Leaf #82A68E

Tints of Bay Leaf #82A68E

Color information

#82A68E (or 0x82A68E) is unknown color: approx Bay Leaf. HEX triplet: 82, A6 and 8E. RGB value is (130,166,142). Sum of RGB (Red+Green+Blue) = 130+166+142=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #82A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A68E is #7D5971. Grayscale: #989898. Windows color (decimal): -8214898 or 9348738. OLE color: 9348738.

HSL color Cylindrical-coordinate representation of color #82A68E: hue angle of 140º 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 #82A68E is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB130166142-
CMYK0.2200.140.35
HSL140º16.82%58.04%-
HSV(B)140º21.69%65.1%-
XYZ27.7233.9730.69-
YUV152.5122.07111.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.68%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=29.68%
G=37.90%
B=32.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301661420.2200.140.3514016.8258.04
Hex82A68E160E238c113a
Octal20224621626016432142172
Binary10000010101001101000111010110011101000111000110010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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