Shades of Bay Leaf #84C091
Tints of Bay Leaf #84C091
RGB
CMYK
RGB Variations
Color information
#84C091 (or 0x84C091) is known color: Bay Leaf. HEX triplet: 84, C0 and 91. RGB value is (132,192,145). Sum of RGB (Red+Green+Blue) = 132+192+145=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #84C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C091 is #7B3F6E. Grayscale: #A8A8A8. Windows color (decimal): -8077167 or 9552004. OLE color: 9552004.
HSL color Cylindrical-coordinate representation of color #84C091: hue angle of 133º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84C091 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 145 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.25 |
| HSL | 133º | 0.32% | 0.64% | - |
| HSV(B) | 133º | 0.31% | 0.75% | - |
| XYZ | 33.48 | 44.65 | 33.64 | - |
| YUV | 168.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 145 | 0.31 | 0 | 0.24 | 0.25 | 133 | 0.32 | 0.64 |
| Hex | 84 | C0 | 91 | 1F | 0 | 18 | 19 | 85 | 20 | 40 |
| Octal | 204 | 300 | 221 | 37 | 0 | 30 | 31 | 205 | 40 | 100 |
| Binary | 10000100 | 11000000 | 10010001 | 11111 | 0 | 11000 | 11001 | 10000101 | 100000 | 1000000 |
Color Harmonies of #84C091
Complementary color
Monochromatic Colors of #84C091
Black with #84C091
Text Example
Text Example
White with #84C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C091; }
p { color: rgb(132,192,145); }
H1.HeaderClassName
{
color: #84C091;
}
.AnyTagClassName
{
color: #84C091;
}
</style>
background-color css
<style>
a { background-color: #84C091; }
a { background-color: rgb(132,192,145); }
div.DivClassName
{
background-color: #84C091;
}
.BgClassName
{
background-color: #84C091;
}
</style>
border-color css
<style>
span { border-color: #84C091; }
span { border-color: rgb(132,192,145); }
td.TdClassName
{
border-color: #84C091;
}
.TagClassName
{
border-color: #84C091;
}
</style>