Shades of Bay Leaf #84B992
Tints of Bay Leaf #84B992
RGB
CMYK
RGB Variations
Color information
#84B992 (or 0x84B992) is known color: Bay Leaf. HEX triplet: 84, B9 and 92. RGB value is (132,185,146). Sum of RGB (Red+Green+Blue) = 132+185+146=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #84B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B992 is #7B466D. Grayscale: #A4A4A4. Windows color (decimal): -8078958 or 9615748. OLE color: 9615748.
HSL color Cylindrical-coordinate representation of color #84B992: hue angle of 135.85º degrees, saturation: 0.27, 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 #84B992 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 146 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.27 |
| HSL | 135.85º | 0.27% | 0.62% | - |
| HSV(B) | 135.85º | 0.29% | 0.73% | - |
| XYZ | 32.05 | 41.68 | 33.55 | - |
| YUV | 164.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 146 | 0.29 | 0 | 0.21 | 0.27 | 135.85 | 0.27 | 0.62 |
| Hex | 84 | B9 | 92 | 1D | 0 | 15 | 1B | 88 | 1B | 3E |
| Octal | 204 | 271 | 222 | 35 | 0 | 25 | 33 | 210 | 33 | 76 |
| Binary | 10000100 | 10111001 | 10010010 | 11101 | 0 | 10101 | 11011 | 10001000 | 11011 | 111110 |
Color Harmonies of #84B992
Complementary color
Monochromatic Colors of #84B992
Black with #84B992
Text Example
Text Example
White with #84B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B992; }
p { color: rgb(132,185,146); }
H1.HeaderClassName
{
color: #84B992;
}
.AnyTagClassName
{
color: #84B992;
}
</style>
background-color css
<style>
a { background-color: #84B992; }
a { background-color: rgb(132,185,146); }
div.DivClassName
{
background-color: #84B992;
}
.BgClassName
{
background-color: #84B992;
}
</style>
border-color css
<style>
span { border-color: #84B992; }
span { border-color: rgb(132,185,146); }
td.TdClassName
{
border-color: #84B992;
}
.TagClassName
{
border-color: #84B992;
}
</style>