Shades of Bay Leaf #84BA92
Tints of Bay Leaf #84BA92
RGB
CMYK
RGB Variations
Color information
#84BA92 (or 0x84BA92) is known color: Bay Leaf. HEX triplet: 84, BA and 92. RGB value is (132,186,146). Sum of RGB (Red+Green+Blue) = 132+186+146=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BA92 is #7B456D. Grayscale: #A5A5A5. Windows color (decimal): -8078702 or 9616004. OLE color: 9616004.
HSL color Cylindrical-coordinate representation of color #84BA92: hue angle of 135.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BA92 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 146 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.27 |
| HSL | 135.56º | 0.28% | 0.62% | - |
| HSV(B) | 135.56º | 0.29% | 0.73% | - |
| XYZ | 32.26 | 42.1 | 33.62 | - |
| YUV | 165.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 146 | 0.29 | 0 | 0.22 | 0.27 | 135.56 | 0.28 | 0.62 |
| Hex | 84 | BA | 92 | 1D | 0 | 16 | 1B | 88 | 1C | 3E |
| Octal | 204 | 272 | 222 | 35 | 0 | 26 | 33 | 210 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10010010 | 11101 | 0 | 10110 | 11011 | 10001000 | 11100 | 111110 |
Color Harmonies of #84BA92
Complementary color
Monochromatic Colors of #84BA92
Black with #84BA92
Text Example
Text Example
White with #84BA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA92; }
p { color: rgb(132,186,146); }
H1.HeaderClassName
{
color: #84BA92;
}
.AnyTagClassName
{
color: #84BA92;
}
</style>
background-color css
<style>
a { background-color: #84BA92; }
a { background-color: rgb(132,186,146); }
div.DivClassName
{
background-color: #84BA92;
}
.BgClassName
{
background-color: #84BA92;
}
</style>
border-color css
<style>
span { border-color: #84BA92; }
span { border-color: rgb(132,186,146); }
td.TdClassName
{
border-color: #84BA92;
}
.TagClassName
{
border-color: #84BA92;
}
</style>