#82A38D

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

Shades of Bay Leaf #82A38D

Tints of Bay Leaf #82A38D

Color information

#82A38D (or 0x82A38D) is unknown color: approx Bay Leaf. HEX triplet: 82, A3 and 8D. RGB value is (130,163,141). Sum of RGB (Red+Green+Blue) = 130+163+141=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 163 - color contains mainly: green. Hex color #82A38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A38D is #7D5C72. Grayscale: #969696. Windows color (decimal): -8215667 or 9282434. OLE color: 9282434.

HSL color Cylindrical-coordinate representation of color #82A38D: hue angle of 140º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82A38D is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB130163141-
CMYK0.2000.130.36
HSL140º15.21%57.45%-
HSV(B)140º20.25%63.92%-
XYZ27.1132.8630.11-
YUV150.62122.57113.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 163 (64.06% from 255) = 37.56%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=29.95%
G=37.56%
B=32.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301631410.2000.130.3614015.2157.45
Hex82A38D140D248cf39
Octal20224321524015442141771
Binary1000001010100011100011011010001101100100100011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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