Shades of Bay Leaf #84B68E
Tints of Bay Leaf #84B68E
RGB
CMYK
RGB Variations
Color information
#84B68E (or 0x84B68E) is known color: Bay Leaf. HEX triplet: 84, B6 and 8E. RGB value is (132,182,142). Sum of RGB (Red+Green+Blue) = 132+182+142=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #84B68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B68E is #7B4971. Grayscale: #A2A2A2. Windows color (decimal): -8079730 or 9352836. OLE color: 9352836.
HSL color Cylindrical-coordinate representation of color #84B68E: hue angle of 132º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B68E is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 142 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.29 |
| HSL | 132º | 0.26% | 0.62% | - |
| HSV(B) | 132º | 0.27% | 0.71% | - |
| XYZ | 31.13 | 40.31 | 31.73 | - |
| YUV | 162.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 142 | 0.27 | 0 | 0.22 | 0.29 | 132 | 0.26 | 0.62 |
| Hex | 84 | B6 | 8E | 1B | 0 | 16 | 1D | 84 | 1A | 3E |
| Octal | 204 | 266 | 216 | 33 | 0 | 26 | 35 | 204 | 32 | 76 |
| Binary | 10000100 | 10110110 | 10001110 | 11011 | 0 | 10110 | 11101 | 10000100 | 11010 | 111110 |
Color Harmonies of #84B68E
Complementary color
Monochromatic Colors of #84B68E
Black with #84B68E
Text Example
Text Example
White with #84B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B68E; }
p { color: rgb(132,182,142); }
H1.HeaderClassName
{
color: #84B68E;
}
.AnyTagClassName
{
color: #84B68E;
}
</style>
background-color css
<style>
a { background-color: #84B68E; }
a { background-color: rgb(132,182,142); }
div.DivClassName
{
background-color: #84B68E;
}
.BgClassName
{
background-color: #84B68E;
}
</style>
border-color css
<style>
span { border-color: #84B68E; }
span { border-color: rgb(132,182,142); }
td.TdClassName
{
border-color: #84B68E;
}
.TagClassName
{
border-color: #84B68E;
}
</style>