Shades of Bay Leaf #84B78E
Tints of Bay Leaf #84B78E
RGB
CMYK
RGB Variations
Color information
#84B78E (or 0x84B78E) is known color: Bay Leaf. HEX triplet: 84, B7 and 8E. RGB value is (132,183,142). Sum of RGB (Red+Green+Blue) = 132+183+142=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #84B78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B78E is #7B4871. Grayscale: #A3A3A3. Windows color (decimal): -8079474 or 9353092. OLE color: 9353092.
HSL color Cylindrical-coordinate representation of color #84B78E: hue angle of 131.76º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B78E is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 142 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.28 |
| HSL | 131.76º | 0.26% | 0.62% | - |
| HSV(B) | 131.76º | 0.28% | 0.72% | - |
| XYZ | 31.33 | 40.73 | 31.8 | - |
| YUV | 163.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 142 | 0.28 | 0 | 0.22 | 0.28 | 131.76 | 0.26 | 0.62 |
| Hex | 84 | B7 | 8E | 1C | 0 | 16 | 1C | 84 | 1A | 3E |
| Octal | 204 | 267 | 216 | 34 | 0 | 26 | 34 | 204 | 32 | 76 |
| Binary | 10000100 | 10110111 | 10001110 | 11100 | 0 | 10110 | 11100 | 10000100 | 11010 | 111110 |
Color Harmonies of #84B78E
Complementary color
Monochromatic Colors of #84B78E
Black with #84B78E
Text Example
Text Example
White with #84B78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B78E; }
p { color: rgb(132,183,142); }
H1.HeaderClassName
{
color: #84B78E;
}
.AnyTagClassName
{
color: #84B78E;
}
</style>
background-color css
<style>
a { background-color: #84B78E; }
a { background-color: rgb(132,183,142); }
div.DivClassName
{
background-color: #84B78E;
}
.BgClassName
{
background-color: #84B78E;
}
</style>
border-color css
<style>
span { border-color: #84B78E; }
span { border-color: rgb(132,183,142); }
td.TdClassName
{
border-color: #84B78E;
}
.TagClassName
{
border-color: #84B78E;
}
</style>