Shades of Bay Leaf #84B690
Tints of Bay Leaf #84B690
RGB
CMYK
RGB Variations
Color information
#84B690 (or 0x84B690) is known color: Bay Leaf. HEX triplet: 84, B6 and 90. RGB value is (132,182,144). Sum of RGB (Red+Green+Blue) = 132+182+144=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #84B690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B690 is #7B496F. Grayscale: #A2A2A2. Windows color (decimal): -8079728 or 9483908. OLE color: 9483908.
HSL color Cylindrical-coordinate representation of color #84B690: hue angle of 134.4º 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 #84B690 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 144 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.29 |
| HSL | 134.4º | 0.26% | 0.62% | - |
| HSV(B) | 134.4º | 0.27% | 0.71% | - |
| XYZ | 31.28 | 40.38 | 32.53 | - |
| YUV | 162.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 144 | 0.27 | 0 | 0.21 | 0.29 | 134.4 | 0.26 | 0.62 |
| Hex | 84 | B6 | 90 | 1B | 0 | 15 | 1D | 86 | 1A | 3E |
| Octal | 204 | 266 | 220 | 33 | 0 | 25 | 35 | 206 | 32 | 76 |
| Binary | 10000100 | 10110110 | 10010000 | 11011 | 0 | 10101 | 11101 | 10000110 | 11010 | 111110 |
Color Harmonies of #84B690
Complementary color
Monochromatic Colors of #84B690
Black with #84B690
Text Example
Text Example
White with #84B690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B690; }
p { color: rgb(132,182,144); }
H1.HeaderClassName
{
color: #84B690;
}
.AnyTagClassName
{
color: #84B690;
}
</style>
background-color css
<style>
a { background-color: #84B690; }
a { background-color: rgb(132,182,144); }
div.DivClassName
{
background-color: #84B690;
}
.BgClassName
{
background-color: #84B690;
}
</style>
border-color css
<style>
span { border-color: #84B690; }
span { border-color: rgb(132,182,144); }
td.TdClassName
{
border-color: #84B690;
}
.TagClassName
{
border-color: #84B690;
}
</style>