Shades of Bay Leaf #82BA91
Tints of Bay Leaf #82BA91
RGB
CMYK
RGB Variations
Color information
#82BA91 (or 0x82BA91) is known color: Bay Leaf. HEX triplet: 82, BA and 91. RGB value is (130,186,145). Sum of RGB (Red+Green+Blue) = 130+186+145=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BA91 is #7D456E. Grayscale: #A4A4A4. Windows color (decimal): -8209775 or 9550466. OLE color: 9550466.
HSL color Cylindrical-coordinate representation of color #82BA91: hue angle of 136.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BA91 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 145 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.27 |
| HSL | 136.07º | 0.29% | 0.62% | - |
| HSV(B) | 136.07º | 0.3% | 0.73% | - |
| XYZ | 31.88 | 41.91 | 33.2 | - |
| YUV | 164.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 145 | 0.30 | 0 | 0.22 | 0.27 | 136.07 | 0.29 | 0.62 |
| Hex | 82 | BA | 91 | 1E | 0 | 16 | 1B | 88 | 1D | 3E |
| Octal | 202 | 272 | 221 | 36 | 0 | 26 | 33 | 210 | 35 | 76 |
| Binary | 10000010 | 10111010 | 10010001 | 11110 | 0 | 10110 | 11011 | 10001000 | 11101 | 111110 |
Color Harmonies of #82BA91
Complementary color
Monochromatic Colors of #82BA91
Black with #82BA91
Text Example
Text Example
White with #82BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA91; }
p { color: rgb(130,186,145); }
H1.HeaderClassName
{
color: #82BA91;
}
.AnyTagClassName
{
color: #82BA91;
}
</style>
background-color css
<style>
a { background-color: #82BA91; }
a { background-color: rgb(130,186,145); }
div.DivClassName
{
background-color: #82BA91;
}
.BgClassName
{
background-color: #82BA91;
}
</style>
border-color css
<style>
span { border-color: #82BA91; }
span { border-color: rgb(130,186,145); }
td.TdClassName
{
border-color: #82BA91;
}
.TagClassName
{
border-color: #82BA91;
}
</style>