Shades of Bay Leaf #82B18F
Tints of Bay Leaf #82B18F
RGB
CMYK
RGB Variations
Color information
#82B18F (or 0x82B18F) is known color: Bay Leaf. HEX triplet: 82, B1 and 8F. RGB value is (130,177,143). Sum of RGB (Red+Green+Blue) = 130+177+143=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #82B18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B18F is #7D4E70. Grayscale: #9F9F9F. Windows color (decimal): -8212081 or 9417090. OLE color: 9417090.
HSL color Cylindrical-coordinate representation of color #82B18F: hue angle of 136.6º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B18F is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 177 | 143 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.31 |
| HSL | 136.6º | 0.23% | 0.6% | - |
| HSV(B) | 136.6º | 0.27% | 0.69% | - |
| XYZ | 29.89 | 38.17 | 31.78 | - |
| YUV | 159.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 177 | 143 | 0.27 | 0 | 0.19 | 0.31 | 136.6 | 0.23 | 0.6 |
| Hex | 82 | B1 | 8F | 1B | 0 | 13 | 1F | 89 | 17 | 3C |
| Octal | 202 | 261 | 217 | 33 | 0 | 23 | 37 | 211 | 27 | 74 |
| Binary | 10000010 | 10110001 | 10001111 | 11011 | 0 | 10011 | 11111 | 10001001 | 10111 | 111100 |
Color Harmonies of #82B18F
Complementary color
Monochromatic Colors of #82B18F
Black with #82B18F
Text Example
Text Example
White with #82B18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B18F; }
p { color: rgb(130,177,143); }
H1.HeaderClassName
{
color: #82B18F;
}
.AnyTagClassName
{
color: #82B18F;
}
</style>
background-color css
<style>
a { background-color: #82B18F; }
a { background-color: rgb(130,177,143); }
div.DivClassName
{
background-color: #82B18F;
}
.BgClassName
{
background-color: #82B18F;
}
</style>
border-color css
<style>
span { border-color: #82B18F; }
span { border-color: rgb(130,177,143); }
td.TdClassName
{
border-color: #82B18F;
}
.TagClassName
{
border-color: #82B18F;
}
</style>