Shades of Bay Leaf #81B191
Tints of Bay Leaf #81B191
RGB
CMYK
RGB Variations
Color information
#81B191 (or 0x81B191) is known color: Bay Leaf. HEX triplet: 81, B1 and 91. RGB value is (129,177,145). Sum of RGB (Red+Green+Blue) = 129+177+145=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #81B191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B191 is #7E4E6E. Grayscale: #9F9F9F. Windows color (decimal): -8277615 or 9548161. OLE color: 9548161.
HSL color Cylindrical-coordinate representation of color #81B191: hue angle of 140º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81B191 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 145 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.31 |
| HSL | 140º | 0.24% | 0.6% | - |
| HSV(B) | 140º | 0.27% | 0.69% | - |
| XYZ | 29.89 | 38.16 | 32.58 | - |
| YUV | 159 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 145 | 0.27 | 0 | 0.18 | 0.31 | 140 | 0.24 | 0.6 |
| Hex | 81 | B1 | 91 | 1B | 0 | 12 | 1F | 8C | 18 | 3C |
| Octal | 201 | 261 | 221 | 33 | 0 | 22 | 37 | 214 | 30 | 74 |
| Binary | 10000001 | 10110001 | 10010001 | 11011 | 0 | 10010 | 11111 | 10001100 | 11000 | 111100 |
Color Harmonies of #81B191
Complementary color
Monochromatic Colors of #81B191
Black with #81B191
Text Example
Text Example
White with #81B191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B191; }
p { color: rgb(129,177,145); }
H1.HeaderClassName
{
color: #81B191;
}
.AnyTagClassName
{
color: #81B191;
}
</style>
background-color css
<style>
a { background-color: #81B191; }
a { background-color: rgb(129,177,145); }
div.DivClassName
{
background-color: #81B191;
}
.BgClassName
{
background-color: #81B191;
}
</style>
border-color css
<style>
span { border-color: #81B191; }
span { border-color: rgb(129,177,145); }
td.TdClassName
{
border-color: #81B191;
}
.TagClassName
{
border-color: #81B191;
}
</style>