Shades of Bay Leaf #81BA91
Tints of Bay Leaf #81BA91
RGB
CMYK
RGB Variations
Color information
#81BA91 (or 0x81BA91) is known color: Bay Leaf. HEX triplet: 81, BA and 91. RGB value is (129,186,145). Sum of RGB (Red+Green+Blue) = 129+186+145=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BA91 is #7E456E. Grayscale: #A4A4A4. Windows color (decimal): -8275311 or 9550465. OLE color: 9550465.
HSL color Cylindrical-coordinate representation of color #81BA91: hue angle of 136.84º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BA91 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 145 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.27 |
| HSL | 136.84º | 0.29% | 0.62% | - |
| HSV(B) | 136.84º | 0.31% | 0.73% | - |
| XYZ | 31.72 | 41.83 | 33.19 | - |
| YUV | 164.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 145 | 0.31 | 0 | 0.22 | 0.27 | 136.84 | 0.29 | 0.62 |
| Hex | 81 | BA | 91 | 1F | 0 | 16 | 1B | 89 | 1D | 3E |
| Octal | 201 | 272 | 221 | 37 | 0 | 26 | 33 | 211 | 35 | 76 |
| Binary | 10000001 | 10111010 | 10010001 | 11111 | 0 | 10110 | 11011 | 10001001 | 11101 | 111110 |
Color Harmonies of #81BA91
Complementary color
Monochromatic Colors of #81BA91
Black with #81BA91
Text Example
Text Example
White with #81BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA91; }
p { color: rgb(129,186,145); }
H1.HeaderClassName
{
color: #81BA91;
}
.AnyTagClassName
{
color: #81BA91;
}
</style>
background-color css
<style>
a { background-color: #81BA91; }
a { background-color: rgb(129,186,145); }
div.DivClassName
{
background-color: #81BA91;
}
.BgClassName
{
background-color: #81BA91;
}
</style>
border-color css
<style>
span { border-color: #81BA91; }
span { border-color: rgb(129,186,145); }
td.TdClassName
{
border-color: #81BA91;
}
.TagClassName
{
border-color: #81BA91;
}
</style>