Shades of Bay Leaf #82B48B
Tints of Bay Leaf #82B48B
RGB
CMYK
RGB Variations
Color information
#82B48B (or 0x82B48B) is known color: Bay Leaf. HEX triplet: 82, B4 and 8B. RGB value is (130,180,139). Sum of RGB (Red+Green+Blue) = 130+180+139=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #82B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B48B is #7D4B74. Grayscale: #A0A0A0. Windows color (decimal): -8211317 or 9155714. OLE color: 9155714.
HSL color Cylindrical-coordinate representation of color #82B48B: hue angle of 130.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B48B is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 180 | 139 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.29 |
| HSL | 130.8º | 0.25% | 0.61% | - |
| HSV(B) | 130.8º | 0.28% | 0.71% | - |
| XYZ | 30.19 | 39.25 | 30.41 | - |
| YUV | 160.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 180 | 139 | 0.28 | 0 | 0.23 | 0.29 | 130.8 | 0.25 | 0.61 |
| Hex | 82 | B4 | 8B | 1C | 0 | 17 | 1D | 83 | 19 | 3D |
| Octal | 202 | 264 | 213 | 34 | 0 | 27 | 35 | 203 | 31 | 75 |
| Binary | 10000010 | 10110100 | 10001011 | 11100 | 0 | 10111 | 11101 | 10000011 | 11001 | 111101 |
Color Harmonies of #82B48B
Complementary color
Monochromatic Colors of #82B48B
Black with #82B48B
Text Example
Text Example
White with #82B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B48B; }
p { color: rgb(130,180,139); }
H1.HeaderClassName
{
color: #82B48B;
}
.AnyTagClassName
{
color: #82B48B;
}
</style>
background-color css
<style>
a { background-color: #82B48B; }
a { background-color: rgb(130,180,139); }
div.DivClassName
{
background-color: #82B48B;
}
.BgClassName
{
background-color: #82B48B;
}
</style>
border-color css
<style>
span { border-color: #82B48B; }
span { border-color: rgb(130,180,139); }
td.TdClassName
{
border-color: #82B48B;
}
.TagClassName
{
border-color: #82B48B;
}
</style>