Shades of Bay Leaf #82BE92
Tints of Bay Leaf #82BE92
RGB
CMYK
RGB Variations
Color information
#82BE92 (or 0x82BE92) is known color: Bay Leaf. HEX triplet: 82, BE and 92. RGB value is (130,190,146). Sum of RGB (Red+Green+Blue) = 130+190+146=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BE92 is #7D416D. Grayscale: #A7A7A7. Windows color (decimal): -8208750 or 9617026. OLE color: 9617026.
HSL color Cylindrical-coordinate representation of color #82BE92: hue angle of 136º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BE92 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 146 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.25 |
| HSL | 136º | 0.32% | 0.63% | - |
| HSV(B) | 136º | 0.32% | 0.75% | - |
| XYZ | 32.81 | 43.65 | 33.89 | - |
| YUV | 167.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 146 | 0.32 | 0 | 0.23 | 0.25 | 136 | 0.32 | 0.63 |
| Hex | 82 | BE | 92 | 20 | 0 | 17 | 19 | 88 | 20 | 3F |
| Octal | 202 | 276 | 222 | 40 | 0 | 27 | 31 | 210 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10010010 | 100000 | 0 | 10111 | 11001 | 10001000 | 100000 | 111111 |
Color Harmonies of #82BE92
Complementary color
Monochromatic Colors of #82BE92
Black with #82BE92
Text Example
Text Example
White with #82BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE92; }
p { color: rgb(130,190,146); }
H1.HeaderClassName
{
color: #82BE92;
}
.AnyTagClassName
{
color: #82BE92;
}
</style>
background-color css
<style>
a { background-color: #82BE92; }
a { background-color: rgb(130,190,146); }
div.DivClassName
{
background-color: #82BE92;
}
.BgClassName
{
background-color: #82BE92;
}
</style>
border-color css
<style>
span { border-color: #82BE92; }
span { border-color: rgb(130,190,146); }
td.TdClassName
{
border-color: #82BE92;
}
.TagClassName
{
border-color: #82BE92;
}
</style>