Shades of Bay Leaf #81B48B
Tints of Bay Leaf #81B48B
RGB
CMYK
RGB Variations
Color information
#81B48B (or 0x81B48B) is known color: Bay Leaf. HEX triplet: 81, B4 and 8B. RGB value is (129,180,139). Sum of RGB (Red+Green+Blue) = 129+180+139=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #81B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B48B is #7E4B74. Grayscale: #A0A0A0. Windows color (decimal): -8276853 or 9155713. OLE color: 9155713.
HSL color Cylindrical-coordinate representation of color #81B48B: hue angle of 131.76º 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 #81B48B is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 139 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.29 |
| HSL | 131.76º | 0.25% | 0.61% | - |
| HSV(B) | 131.76º | 0.28% | 0.71% | - |
| XYZ | 30.03 | 39.17 | 30.4 | - |
| YUV | 160.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 139 | 0.28 | 0 | 0.23 | 0.29 | 131.76 | 0.25 | 0.61 |
| Hex | 81 | B4 | 8B | 1C | 0 | 17 | 1D | 84 | 19 | 3D |
| Octal | 201 | 264 | 213 | 34 | 0 | 27 | 35 | 204 | 31 | 75 |
| Binary | 10000001 | 10110100 | 10001011 | 11100 | 0 | 10111 | 11101 | 10000100 | 11001 | 111101 |
Color Harmonies of #81B48B
Complementary color
Monochromatic Colors of #81B48B
Black with #81B48B
Text Example
Text Example
White with #81B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B48B; }
p { color: rgb(129,180,139); }
H1.HeaderClassName
{
color: #81B48B;
}
.AnyTagClassName
{
color: #81B48B;
}
</style>
background-color css
<style>
a { background-color: #81B48B; }
a { background-color: rgb(129,180,139); }
div.DivClassName
{
background-color: #81B48B;
}
.BgClassName
{
background-color: #81B48B;
}
</style>
border-color css
<style>
span { border-color: #81B48B; }
span { border-color: rgb(129,180,139); }
td.TdClassName
{
border-color: #81B48B;
}
.TagClassName
{
border-color: #81B48B;
}
</style>