Shades of Bay Leaf #81B589
Tints of Bay Leaf #81B589
RGB
CMYK
RGB Variations
Color information
#81B589 (or 0x81B589) is known color: Bay Leaf. HEX triplet: 81, B5 and 89. RGB value is (129,181,137). Sum of RGB (Red+Green+Blue) = 129+181+137=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #81B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B589 is #7E4A76. Grayscale: #A0A0A0. Windows color (decimal): -8276599 or 9024897. OLE color: 9024897.
HSL color Cylindrical-coordinate representation of color #81B589: hue angle of 129.23º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B589 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 137 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.29 |
| HSL | 129.23º | 0.26% | 0.61% | - |
| HSV(B) | 129.23º | 0.29% | 0.71% | - |
| XYZ | 30.09 | 39.52 | 29.71 | - |
| YUV | 160.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 137 | 0.29 | 0 | 0.24 | 0.29 | 129.23 | 0.26 | 0.61 |
| Hex | 81 | B5 | 89 | 1D | 0 | 18 | 1D | 81 | 1A | 3D |
| Octal | 201 | 265 | 211 | 35 | 0 | 30 | 35 | 201 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10001001 | 11101 | 0 | 11000 | 11101 | 10000001 | 11010 | 111101 |
Color Harmonies of #81B589
Complementary color
Monochromatic Colors of #81B589
Black with #81B589
Text Example
Text Example
White with #81B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B589; }
p { color: rgb(129,181,137); }
H1.HeaderClassName
{
color: #81B589;
}
.AnyTagClassName
{
color: #81B589;
}
</style>
background-color css
<style>
a { background-color: #81B589; }
a { background-color: rgb(129,181,137); }
div.DivClassName
{
background-color: #81B589;
}
.BgClassName
{
background-color: #81B589;
}
</style>
border-color css
<style>
span { border-color: #81B589; }
span { border-color: rgb(129,181,137); }
td.TdClassName
{
border-color: #81B589;
}
.TagClassName
{
border-color: #81B589;
}
</style>