Shades of Bay Leaf #81B491
Tints of Bay Leaf #81B491
RGB
CMYK
RGB Variations
Color information
#81B491 (or 0x81B491) is known color: Bay Leaf. HEX triplet: 81, B4 and 91. RGB value is (129,180,145). Sum of RGB (Red+Green+Blue) = 129+180+145=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #81B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B491 is #7E4B6E. Grayscale: #A0A0A0. Windows color (decimal): -8276847 or 9548929. OLE color: 9548929.
HSL color Cylindrical-coordinate representation of color #81B491: hue angle of 138.82º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B491 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 145 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.29 |
| HSL | 138.82º | 0.25% | 0.61% | - |
| HSV(B) | 138.82º | 0.28% | 0.71% | - |
| XYZ | 30.49 | 39.35 | 32.78 | - |
| YUV | 160.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 145 | 0.28 | 0 | 0.19 | 0.29 | 138.82 | 0.25 | 0.61 |
| Hex | 81 | B4 | 91 | 1C | 0 | 13 | 1D | 8B | 19 | 3D |
| Octal | 201 | 264 | 221 | 34 | 0 | 23 | 35 | 213 | 31 | 75 |
| Binary | 10000001 | 10110100 | 10010001 | 11100 | 0 | 10011 | 11101 | 10001011 | 11001 | 111101 |
Color Harmonies of #81B491
Complementary color
Monochromatic Colors of #81B491
Black with #81B491
Text Example
Text Example
White with #81B491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B491; }
p { color: rgb(129,180,145); }
H1.HeaderClassName
{
color: #81B491;
}
.AnyTagClassName
{
color: #81B491;
}
</style>
background-color css
<style>
a { background-color: #81B491; }
a { background-color: rgb(129,180,145); }
div.DivClassName
{
background-color: #81B491;
}
.BgClassName
{
background-color: #81B491;
}
</style>
border-color css
<style>
span { border-color: #81B491; }
span { border-color: rgb(129,180,145); }
td.TdClassName
{
border-color: #81B491;
}
.TagClassName
{
border-color: #81B491;
}
</style>