Shades of Bay Leaf #82BA8F
Tints of Bay Leaf #82BA8F
RGB
CMYK
RGB Variations
Color information
#82BA8F (or 0x82BA8F) is known color: Bay Leaf. HEX triplet: 82, BA and 8F. RGB value is (130,186,143). Sum of RGB (Red+Green+Blue) = 130+186+143=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BA8F is #7D4570. Grayscale: #A4A4A4. Windows color (decimal): -8209777 or 9419394. OLE color: 9419394.
HSL color Cylindrical-coordinate representation of color #82BA8F: hue angle of 133.93º 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 #82BA8F is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 143 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.27 |
| HSL | 133.93º | 0.29% | 0.62% | - |
| HSV(B) | 133.93º | 0.3% | 0.73% | - |
| XYZ | 31.72 | 41.85 | 32.39 | - |
| YUV | 164.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 143 | 0.30 | 0 | 0.23 | 0.27 | 133.93 | 0.29 | 0.62 |
| Hex | 82 | BA | 8F | 1E | 0 | 17 | 1B | 86 | 1D | 3E |
| Octal | 202 | 272 | 217 | 36 | 0 | 27 | 33 | 206 | 35 | 76 |
| Binary | 10000010 | 10111010 | 10001111 | 11110 | 0 | 10111 | 11011 | 10000110 | 11101 | 111110 |
Color Harmonies of #82BA8F
Complementary color
Monochromatic Colors of #82BA8F
Black with #82BA8F
Text Example
Text Example
White with #82BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA8F; }
p { color: rgb(130,186,143); }
H1.HeaderClassName
{
color: #82BA8F;
}
.AnyTagClassName
{
color: #82BA8F;
}
</style>
background-color css
<style>
a { background-color: #82BA8F; }
a { background-color: rgb(130,186,143); }
div.DivClassName
{
background-color: #82BA8F;
}
.BgClassName
{
background-color: #82BA8F;
}
</style>
border-color css
<style>
span { border-color: #82BA8F; }
span { border-color: rgb(130,186,143); }
td.TdClassName
{
border-color: #82BA8F;
}
.TagClassName
{
border-color: #82BA8F;
}
</style>