Shades of Bay Leaf #82BC8C
Tints of Bay Leaf #82BC8C
RGB
CMYK
RGB Variations
Color information
#82BC8C (or 0x82BC8C) is known color: Bay Leaf. HEX triplet: 82, BC and 8C. RGB value is (130,188,140). Sum of RGB (Red+Green+Blue) = 130+188+140=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC8C is #7D4373. Grayscale: #A5A5A5. Windows color (decimal): -8209268 or 9223298. OLE color: 9223298.
HSL color Cylindrical-coordinate representation of color #82BC8C: hue angle of 130.34º 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 #82BC8C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 140 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.26 |
| HSL | 130.34º | 0.3% | 0.62% | - |
| HSV(B) | 130.34º | 0.31% | 0.74% | - |
| XYZ | 31.92 | 42.61 | 31.35 | - |
| YUV | 165.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 140 | 0.31 | 0 | 0.26 | 0.26 | 130.34 | 0.3 | 0.62 |
| Hex | 82 | BC | 8C | 1F | 0 | 1A | 1A | 82 | 1E | 3E |
| Octal | 202 | 274 | 214 | 37 | 0 | 32 | 32 | 202 | 36 | 76 |
| Binary | 10000010 | 10111100 | 10001100 | 11111 | 0 | 11010 | 11010 | 10000010 | 11110 | 111110 |
Color Harmonies of #82BC8C
Complementary color
Monochromatic Colors of #82BC8C
Black with #82BC8C
Text Example
Text Example
White with #82BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC8C; }
p { color: rgb(130,188,140); }
H1.HeaderClassName
{
color: #82BC8C;
}
.AnyTagClassName
{
color: #82BC8C;
}
</style>
background-color css
<style>
a { background-color: #82BC8C; }
a { background-color: rgb(130,188,140); }
div.DivClassName
{
background-color: #82BC8C;
}
.BgClassName
{
background-color: #82BC8C;
}
</style>
border-color css
<style>
span { border-color: #82BC8C; }
span { border-color: rgb(130,188,140); }
td.TdClassName
{
border-color: #82BC8C;
}
.TagClassName
{
border-color: #82BC8C;
}
</style>