Shades of Bay Leaf #82B38C
Tints of Bay Leaf #82B38C
RGB
CMYK
RGB Variations
Color information
#82B38C (or 0x82B38C) is known color: Bay Leaf. HEX triplet: 82, B3 and 8C. RGB value is (130,179,140). Sum of RGB (Red+Green+Blue) = 130+179+140=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #82B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B38C is #7D4C73. Grayscale: #A0A0A0. Windows color (decimal): -8211572 or 9220994. OLE color: 9220994.
HSL color Cylindrical-coordinate representation of color #82B38C: hue angle of 132.24º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B38C is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 179 | 140 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.30 |
| HSL | 132.24º | 0.24% | 0.61% | - |
| HSV(B) | 132.24º | 0.27% | 0.7% | - |
| XYZ | 30.06 | 38.88 | 30.73 | - |
| YUV | 159.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 140 | 0.27 | 0 | 0.22 | 0.30 | 132.24 | 0.24 | 0.61 |
| Hex | 82 | B3 | 8C | 1B | 0 | 16 | 1E | 84 | 18 | 3D |
| Octal | 202 | 263 | 214 | 33 | 0 | 26 | 36 | 204 | 30 | 75 |
| Binary | 10000010 | 10110011 | 10001100 | 11011 | 0 | 10110 | 11110 | 10000100 | 11000 | 111101 |
Color Harmonies of #82B38C
Complementary color
Monochromatic Colors of #82B38C
Black with #82B38C
Text Example
Text Example
White with #82B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B38C; }
p { color: rgb(130,179,140); }
H1.HeaderClassName
{
color: #82B38C;
}
.AnyTagClassName
{
color: #82B38C;
}
</style>
background-color css
<style>
a { background-color: #82B38C; }
a { background-color: rgb(130,179,140); }
div.DivClassName
{
background-color: #82B38C;
}
.BgClassName
{
background-color: #82B38C;
}
</style>
border-color css
<style>
span { border-color: #82B38C; }
span { border-color: rgb(130,179,140); }
td.TdClassName
{
border-color: #82B38C;
}
.TagClassName
{
border-color: #82B38C;
}
</style>