Shades of Bay Leaf #84A48F
Tints of Bay Leaf #84A48F
RGB
CMYK
RGB Variations
Color information
#84A48F (or 0x84A48F) is known color: Bay Leaf. HEX triplet: 84, A4 and 8F. RGB value is (132,164,143). Sum of RGB (Red+Green+Blue) = 132+164+143=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #84A48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A48F is #7B5B70. Grayscale: #989898. Windows color (decimal): -8084337 or 9413764. OLE color: 9413764.
HSL color Cylindrical-coordinate representation of color #84A48F: hue angle of 140.62º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A48F is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 143 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.36 |
| HSL | 140.63º | 0.15% | 0.58% | - |
| HSV(B) | 140.63º | 0.2% | 0.64% | - |
| XYZ | 27.75 | 33.44 | 30.98 | - |
| YUV | 152.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 143 | 0.20 | 0 | 0.13 | 0.36 | 140.63 | 0.15 | 0.58 |
| Hex | 84 | A4 | 8F | 14 | 0 | D | 24 | 8D | F | 3A |
| Octal | 204 | 244 | 217 | 24 | 0 | 15 | 44 | 215 | 17 | 72 |
| Binary | 10000100 | 10100100 | 10001111 | 10100 | 0 | 1101 | 100100 | 10001101 | 1111 | 111010 |
Color Harmonies of #84A48F
Complementary color
Monochromatic Colors of #84A48F
Black with #84A48F
Text Example
Text Example
White with #84A48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A48F; }
p { color: rgb(132,164,143); }
H1.HeaderClassName
{
color: #84A48F;
}
.AnyTagClassName
{
color: #84A48F;
}
</style>
background-color css
<style>
a { background-color: #84A48F; }
a { background-color: rgb(132,164,143); }
div.DivClassName
{
background-color: #84A48F;
}
.BgClassName
{
background-color: #84A48F;
}
</style>
border-color css
<style>
span { border-color: #84A48F; }
span { border-color: rgb(132,164,143); }
td.TdClassName
{
border-color: #84A48F;
}
.TagClassName
{
border-color: #84A48F;
}
</style>