Shades of Bay Leaf #82B391
Tints of Bay Leaf #82B391
RGB
CMYK
RGB Variations
Color information
#82B391 (or 0x82B391) is known color: Bay Leaf. HEX triplet: 82, B3 and 91. RGB value is (130,179,145). Sum of RGB (Red+Green+Blue) = 130+179+145=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #82B391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B391 is #7D4C6E. Grayscale: #A0A0A0. Windows color (decimal): -8211567 or 9548674. OLE color: 9548674.
HSL color Cylindrical-coordinate representation of color #82B391: hue angle of 138.37º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B391 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 179 | 145 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.30 |
| HSL | 138.37º | 0.24% | 0.61% | - |
| HSV(B) | 138.37º | 0.27% | 0.7% | - |
| XYZ | 30.44 | 39.03 | 32.72 | - |
| YUV | 160.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 145 | 0.27 | 0 | 0.19 | 0.30 | 138.37 | 0.24 | 0.61 |
| Hex | 82 | B3 | 91 | 1B | 0 | 13 | 1E | 8A | 18 | 3D |
| Octal | 202 | 263 | 221 | 33 | 0 | 23 | 36 | 212 | 30 | 75 |
| Binary | 10000010 | 10110011 | 10010001 | 11011 | 0 | 10011 | 11110 | 10001010 | 11000 | 111101 |
Color Harmonies of #82B391
Complementary color
Monochromatic Colors of #82B391
Black with #82B391
Text Example
Text Example
White with #82B391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B391; }
p { color: rgb(130,179,145); }
H1.HeaderClassName
{
color: #82B391;
}
.AnyTagClassName
{
color: #82B391;
}
</style>
background-color css
<style>
a { background-color: #82B391; }
a { background-color: rgb(130,179,145); }
div.DivClassName
{
background-color: #82B391;
}
.BgClassName
{
background-color: #82B391;
}
</style>
border-color css
<style>
span { border-color: #82B391; }
span { border-color: rgb(130,179,145); }
td.TdClassName
{
border-color: #82B391;
}
.TagClassName
{
border-color: #82B391;
}
</style>