Shades of Bay Leaf #84BC92
Tints of Bay Leaf #84BC92
RGB
CMYK
RGB Variations
Color information
#84BC92 (or 0x84BC92) is known color: Bay Leaf. HEX triplet: 84, BC and 92. RGB value is (132,188,146). Sum of RGB (Red+Green+Blue) = 132+188+146=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BC92 is #7B436D. Grayscale: #A6A6A6. Windows color (decimal): -8078190 or 9616516. OLE color: 9616516.
HSL color Cylindrical-coordinate representation of color #84BC92: hue angle of 135º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BC92 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 146 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.26 |
| HSL | 135º | 0.29% | 0.63% | - |
| HSV(B) | 135º | 0.3% | 0.74% | - |
| XYZ | 32.69 | 42.95 | 33.76 | - |
| YUV | 166.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 146 | 0.30 | 0 | 0.22 | 0.26 | 135 | 0.29 | 0.63 |
| Hex | 84 | BC | 92 | 1E | 0 | 16 | 1A | 87 | 1D | 3F |
| Octal | 204 | 274 | 222 | 36 | 0 | 26 | 32 | 207 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10010010 | 11110 | 0 | 10110 | 11010 | 10000111 | 11101 | 111111 |
Color Harmonies of #84BC92
Complementary color
Monochromatic Colors of #84BC92
Black with #84BC92
Text Example
Text Example
White with #84BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC92; }
p { color: rgb(132,188,146); }
H1.HeaderClassName
{
color: #84BC92;
}
.AnyTagClassName
{
color: #84BC92;
}
</style>
background-color css
<style>
a { background-color: #84BC92; }
a { background-color: rgb(132,188,146); }
div.DivClassName
{
background-color: #84BC92;
}
.BgClassName
{
background-color: #84BC92;
}
</style>
border-color css
<style>
span { border-color: #84BC92; }
span { border-color: rgb(132,188,146); }
td.TdClassName
{
border-color: #84BC92;
}
.TagClassName
{
border-color: #84BC92;
}
</style>