Shades of Bay Leaf #82BD8E
Tints of Bay Leaf #82BD8E
RGB
CMYK
RGB Variations
Color information
#82BD8E (or 0x82BD8E) is known color: Bay Leaf. HEX triplet: 82, BD and 8E. RGB value is (130,189,142). Sum of RGB (Red+Green+Blue) = 130+189+142=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BD8E is #7D4271. Grayscale: #A6A6A6. Windows color (decimal): -8209010 or 9354626. OLE color: 9354626.
HSL color Cylindrical-coordinate representation of color #82BD8E: hue angle of 132.2º 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 #82BD8E is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 142 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.26 |
| HSL | 132.2º | 0.31% | 0.63% | - |
| HSV(B) | 132.2º | 0.31% | 0.74% | - |
| XYZ | 32.29 | 43.09 | 32.21 | - |
| YUV | 166 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 142 | 0.31 | 0 | 0.25 | 0.26 | 132.2 | 0.31 | 0.63 |
| Hex | 82 | BD | 8E | 1F | 0 | 19 | 1A | 84 | 1F | 3F |
| Octal | 202 | 275 | 216 | 37 | 0 | 31 | 32 | 204 | 37 | 77 |
| Binary | 10000010 | 10111101 | 10001110 | 11111 | 0 | 11001 | 11010 | 10000100 | 11111 | 111111 |
Color Harmonies of #82BD8E
Complementary color
Monochromatic Colors of #82BD8E
Black with #82BD8E
Text Example
Text Example
White with #82BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD8E; }
p { color: rgb(130,189,142); }
H1.HeaderClassName
{
color: #82BD8E;
}
.AnyTagClassName
{
color: #82BD8E;
}
</style>
background-color css
<style>
a { background-color: #82BD8E; }
a { background-color: rgb(130,189,142); }
div.DivClassName
{
background-color: #82BD8E;
}
.BgClassName
{
background-color: #82BD8E;
}
</style>
border-color css
<style>
span { border-color: #82BD8E; }
span { border-color: rgb(130,189,142); }
td.TdClassName
{
border-color: #82BD8E;
}
.TagClassName
{
border-color: #82BD8E;
}
</style>