Shades of Bay Leaf #82A48C
Tints of Bay Leaf #82A48C
RGB
CMYK
RGB Variations
Color information
#82A48C (or 0x82A48C) is known color: Bay Leaf. HEX triplet: 82, A4 and 8C. RGB value is (130,164,140). Sum of RGB (Red+Green+Blue) = 130+164+140=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #82A48C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A48C is #7D5B73. Grayscale: #979797. Windows color (decimal): -8215412 or 9217154. OLE color: 9217154.
HSL color Cylindrical-coordinate representation of color #82A48C: hue angle of 137.65º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A48C is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 164 | 140 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.36 |
| HSL | 137.65º | 0.16% | 0.58% | - |
| HSV(B) | 137.65º | 0.21% | 0.64% | - |
| XYZ | 27.22 | 33.19 | 29.78 | - |
| YUV | 151.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 140 | 0.21 | 0 | 0.15 | 0.36 | 137.65 | 0.16 | 0.58 |
| Hex | 82 | A4 | 8C | 15 | 0 | F | 24 | 8A | 10 | 3A |
| Octal | 202 | 244 | 214 | 25 | 0 | 17 | 44 | 212 | 20 | 72 |
| Binary | 10000010 | 10100100 | 10001100 | 10101 | 0 | 1111 | 100100 | 10001010 | 10000 | 111010 |
Color Harmonies of #82A48C
Complementary color
Monochromatic Colors of #82A48C
Black with #82A48C
Text Example
Text Example
White with #82A48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A48C; }
p { color: rgb(130,164,140); }
H1.HeaderClassName
{
color: #82A48C;
}
.AnyTagClassName
{
color: #82A48C;
}
</style>
background-color css
<style>
a { background-color: #82A48C; }
a { background-color: rgb(130,164,140); }
div.DivClassName
{
background-color: #82A48C;
}
.BgClassName
{
background-color: #82A48C;
}
</style>
border-color css
<style>
span { border-color: #82A48C; }
span { border-color: rgb(130,164,140); }
td.TdClassName
{
border-color: #82A48C;
}
.TagClassName
{
border-color: #82A48C;
}
</style>