Shades of Bay Leaf #82B58E
Tints of Bay Leaf #82B58E
RGB
CMYK
RGB Variations
Color information
#82B58E (or 0x82B58E) is known color: Bay Leaf. HEX triplet: 82, B5 and 8E. RGB value is (130,181,142). Sum of RGB (Red+Green+Blue) = 130+181+142=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #82B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B58E is #7D4A71. Grayscale: #A1A1A1. Windows color (decimal): -8211058 or 9352578. OLE color: 9352578.
HSL color Cylindrical-coordinate representation of color #82B58E: hue angle of 134.12º degrees, saturation: 0.26, 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 #82B58E is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 142 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.29 |
| HSL | 134.12º | 0.26% | 0.61% | - |
| HSV(B) | 134.12º | 0.28% | 0.71% | - |
| XYZ | 30.61 | 39.75 | 31.65 | - |
| YUV | 161.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 142 | 0.28 | 0 | 0.22 | 0.29 | 134.12 | 0.26 | 0.61 |
| Hex | 82 | B5 | 8E | 1C | 0 | 16 | 1D | 86 | 1A | 3D |
| Octal | 202 | 265 | 216 | 34 | 0 | 26 | 35 | 206 | 32 | 75 |
| Binary | 10000010 | 10110101 | 10001110 | 11100 | 0 | 10110 | 11101 | 10000110 | 11010 | 111101 |
Color Harmonies of #82B58E
Complementary color
Monochromatic Colors of #82B58E
Black with #82B58E
Text Example
Text Example
White with #82B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B58E; }
p { color: rgb(130,181,142); }
H1.HeaderClassName
{
color: #82B58E;
}
.AnyTagClassName
{
color: #82B58E;
}
</style>
background-color css
<style>
a { background-color: #82B58E; }
a { background-color: rgb(130,181,142); }
div.DivClassName
{
background-color: #82B58E;
}
.BgClassName
{
background-color: #82B58E;
}
</style>
border-color css
<style>
span { border-color: #82B58E; }
span { border-color: rgb(130,181,142); }
td.TdClassName
{
border-color: #82B58E;
}
.TagClassName
{
border-color: #82B58E;
}
</style>