Shades of Bay Leaf #82A58E
Tints of Bay Leaf #82A58E
RGB
CMYK
RGB Variations
Color information
#82A58E (or 0x82A58E) is known color: Bay Leaf. HEX triplet: 82, A5 and 8E. RGB value is (130,165,142). Sum of RGB (Red+Green+Blue) = 130+165+142=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 165 - color contains mainly: green. Hex color #82A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A58E is #7D5A71. Grayscale: #979797. Windows color (decimal): -8215154 or 9348482. OLE color: 9348482.
HSL color Cylindrical-coordinate representation of color #82A58E: hue angle of 140.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A58E is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 165 | 142 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.35 |
| HSL | 140.57º | 0.16% | 0.58% | - |
| HSV(B) | 140.57º | 0.21% | 0.65% | - |
| XYZ | 27.54 | 33.61 | 30.63 | - |
| YUV | 151.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 165 | 142 | 0.21 | 0 | 0.14 | 0.35 | 140.57 | 0.16 | 0.58 |
| Hex | 82 | A5 | 8E | 15 | 0 | E | 23 | 8D | 10 | 3A |
| Octal | 202 | 245 | 216 | 25 | 0 | 16 | 43 | 215 | 20 | 72 |
| Binary | 10000010 | 10100101 | 10001110 | 10101 | 0 | 1110 | 100011 | 10001101 | 10000 | 111010 |
Color Harmonies of #82A58E
Complementary color
Monochromatic Colors of #82A58E
Black with #82A58E
Text Example
Text Example
White with #82A58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A58E; }
p { color: rgb(130,165,142); }
H1.HeaderClassName
{
color: #82A58E;
}
.AnyTagClassName
{
color: #82A58E;
}
</style>
background-color css
<style>
a { background-color: #82A58E; }
a { background-color: rgb(130,165,142); }
div.DivClassName
{
background-color: #82A58E;
}
.BgClassName
{
background-color: #82A58E;
}
</style>
border-color css
<style>
span { border-color: #82A58E; }
span { border-color: rgb(130,165,142); }
td.TdClassName
{
border-color: #82A58E;
}
.TagClassName
{
border-color: #82A58E;
}
</style>