Shades of Bay Leaf #82B992
Tints of Bay Leaf #82B992
RGB
CMYK
RGB Variations
Color information
#82B992 (or 0x82B992) is known color: Bay Leaf. HEX triplet: 82, B9 and 92. RGB value is (130,185,146). Sum of RGB (Red+Green+Blue) = 130+185+146=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #82B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B992 is #7D466D. Grayscale: #A4A4A4. Windows color (decimal): -8210030 or 9615746. OLE color: 9615746.
HSL color Cylindrical-coordinate representation of color #82B992: hue angle of 137.45º degrees, saturation: 0.28, 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 #82B992 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 185 | 146 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.27 |
| HSL | 137.45º | 0.28% | 0.62% | - |
| HSV(B) | 137.45º | 0.3% | 0.73% | - |
| XYZ | 31.74 | 41.52 | 33.54 | - |
| YUV | 164.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 146 | 0.30 | 0 | 0.21 | 0.27 | 137.45 | 0.28 | 0.62 |
| Hex | 82 | B9 | 92 | 1E | 0 | 15 | 1B | 89 | 1C | 3E |
| Octal | 202 | 271 | 222 | 36 | 0 | 25 | 33 | 211 | 34 | 76 |
| Binary | 10000010 | 10111001 | 10010010 | 11110 | 0 | 10101 | 11011 | 10001001 | 11100 | 111110 |
Color Harmonies of #82B992
Complementary color
Monochromatic Colors of #82B992
Black with #82B992
Text Example
Text Example
White with #82B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B992; }
p { color: rgb(130,185,146); }
H1.HeaderClassName
{
color: #82B992;
}
.AnyTagClassName
{
color: #82B992;
}
</style>
background-color css
<style>
a { background-color: #82B992; }
a { background-color: rgb(130,185,146); }
div.DivClassName
{
background-color: #82B992;
}
.BgClassName
{
background-color: #82B992;
}
</style>
border-color css
<style>
span { border-color: #82B992; }
span { border-color: rgb(130,185,146); }
td.TdClassName
{
border-color: #82B992;
}
.TagClassName
{
border-color: #82B992;
}
</style>