Shades of Bay Leaf #82BC8F
Tints of Bay Leaf #82BC8F
RGB
CMYK
RGB Variations
Color information
#82BC8F (or 0x82BC8F) is known color: Bay Leaf. HEX triplet: 82, BC and 8F. RGB value is (130,188,143). Sum of RGB (Red+Green+Blue) = 130+188+143=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC8F is #7D4370. Grayscale: #A5A5A5. Windows color (decimal): -8209265 or 9419906. OLE color: 9419906.
HSL color Cylindrical-coordinate representation of color #82BC8F: hue angle of 133.45º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BC8F is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 143 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.26 |
| HSL | 133.45º | 0.3% | 0.62% | - |
| HSV(B) | 133.45º | 0.31% | 0.74% | - |
| XYZ | 32.15 | 42.7 | 32.53 | - |
| YUV | 165.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 143 | 0.31 | 0 | 0.24 | 0.26 | 133.45 | 0.3 | 0.62 |
| Hex | 82 | BC | 8F | 1F | 0 | 18 | 1A | 85 | 1E | 3E |
| Octal | 202 | 274 | 217 | 37 | 0 | 30 | 32 | 205 | 36 | 76 |
| Binary | 10000010 | 10111100 | 10001111 | 11111 | 0 | 11000 | 11010 | 10000101 | 11110 | 111110 |
Color Harmonies of #82BC8F
Complementary color
Monochromatic Colors of #82BC8F
Black with #82BC8F
Text Example
Text Example
White with #82BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC8F; }
p { color: rgb(130,188,143); }
H1.HeaderClassName
{
color: #82BC8F;
}
.AnyTagClassName
{
color: #82BC8F;
}
</style>
background-color css
<style>
a { background-color: #82BC8F; }
a { background-color: rgb(130,188,143); }
div.DivClassName
{
background-color: #82BC8F;
}
.BgClassName
{
background-color: #82BC8F;
}
</style>
border-color css
<style>
span { border-color: #82BC8F; }
span { border-color: rgb(130,188,143); }
td.TdClassName
{
border-color: #82BC8F;
}
.TagClassName
{
border-color: #82BC8F;
}
</style>