Shades of Bay Leaf #84BB93
Tints of Bay Leaf #84BB93
RGB
CMYK
RGB Variations
Color information
#84BB93 (or 0x84BB93) is known color: Bay Leaf. HEX triplet: 84, BB and 93. RGB value is (132,187,147). Sum of RGB (Red+Green+Blue) = 132+187+147=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BB93 is #7B446C. Grayscale: #A6A6A6. Windows color (decimal): -8078445 or 9681796. OLE color: 9681796.
HSL color Cylindrical-coordinate representation of color #84BB93: hue angle of 136.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BB93 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 147 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.27 |
| HSL | 136.36º | 0.29% | 0.63% | - |
| HSV(B) | 136.36º | 0.29% | 0.73% | - |
| XYZ | 32.55 | 42.55 | 34.1 | - |
| YUV | 166 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 147 | 0.29 | 0 | 0.21 | 0.27 | 136.36 | 0.29 | 0.63 |
| Hex | 84 | BB | 93 | 1D | 0 | 15 | 1B | 88 | 1D | 3F |
| Octal | 204 | 273 | 223 | 35 | 0 | 25 | 33 | 210 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10010011 | 11101 | 0 | 10101 | 11011 | 10001000 | 11101 | 111111 |
Color Harmonies of #84BB93
Complementary color
Monochromatic Colors of #84BB93
Black with #84BB93
Text Example
Text Example
White with #84BB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BB93; }
p { color: rgb(132,187,147); }
H1.HeaderClassName
{
color: #84BB93;
}
.AnyTagClassName
{
color: #84BB93;
}
</style>
background-color css
<style>
a { background-color: #84BB93; }
a { background-color: rgb(132,187,147); }
div.DivClassName
{
background-color: #84BB93;
}
.BgClassName
{
background-color: #84BB93;
}
</style>
border-color css
<style>
span { border-color: #84BB93; }
span { border-color: rgb(132,187,147); }
td.TdClassName
{
border-color: #84BB93;
}
.TagClassName
{
border-color: #84BB93;
}
</style>