Shades of Bay Leaf #82BD91
Tints of Bay Leaf #82BD91
RGB
CMYK
RGB Variations
Color information
#82BD91 (or 0x82BD91) is known color: Bay Leaf. HEX triplet: 82, BD and 91. RGB value is (130,189,145). Sum of RGB (Red+Green+Blue) = 130+189+145=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BD91 is #7D426E. Grayscale: #A6A6A6. Windows color (decimal): -8209007 or 9551234. OLE color: 9551234.
HSL color Cylindrical-coordinate representation of color #82BD91: hue angle of 135.25º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BD91 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 145 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.26 |
| HSL | 135.25º | 0.31% | 0.63% | - |
| HSV(B) | 135.25º | 0.31% | 0.74% | - |
| XYZ | 32.51 | 43.19 | 33.41 | - |
| YUV | 166.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 145 | 0.31 | 0 | 0.23 | 0.26 | 135.25 | 0.31 | 0.63 |
| Hex | 82 | BD | 91 | 1F | 0 | 17 | 1A | 87 | 1F | 3F |
| Octal | 202 | 275 | 221 | 37 | 0 | 27 | 32 | 207 | 37 | 77 |
| Binary | 10000010 | 10111101 | 10010001 | 11111 | 0 | 10111 | 11010 | 10000111 | 11111 | 111111 |
Color Harmonies of #82BD91
Complementary color
Monochromatic Colors of #82BD91
Black with #82BD91
Text Example
Text Example
White with #82BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD91; }
p { color: rgb(130,189,145); }
H1.HeaderClassName
{
color: #82BD91;
}
.AnyTagClassName
{
color: #82BD91;
}
</style>
background-color css
<style>
a { background-color: #82BD91; }
a { background-color: rgb(130,189,145); }
div.DivClassName
{
background-color: #82BD91;
}
.BgClassName
{
background-color: #82BD91;
}
</style>
border-color css
<style>
span { border-color: #82BD91; }
span { border-color: rgb(130,189,145); }
td.TdClassName
{
border-color: #82BD91;
}
.TagClassName
{
border-color: #82BD91;
}
</style>