Shades of Bay Leaf #81BA8B
Tints of Bay Leaf #81BA8B
RGB
CMYK
RGB Variations
Color information
#81BA8B (or 0x81BA8B) is known color: Bay Leaf. HEX triplet: 81, BA and 8B. RGB value is (129,186,139). Sum of RGB (Red+Green+Blue) = 129+186+139=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BA8B is #7E4574. Grayscale: #A3A3A3. Windows color (decimal): -8275317 or 9157249. OLE color: 9157249.
HSL color Cylindrical-coordinate representation of color #81BA8B: hue angle of 130.53º 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 #81BA8B is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 139 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.27 |
| HSL | 130.53º | 0.29% | 0.62% | - |
| HSV(B) | 130.53º | 0.31% | 0.73% | - |
| XYZ | 31.27 | 41.65 | 30.82 | - |
| YUV | 163.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 139 | 0.31 | 0 | 0.25 | 0.27 | 130.53 | 0.29 | 0.62 |
| Hex | 81 | BA | 8B | 1F | 0 | 19 | 1B | 83 | 1D | 3E |
| Octal | 201 | 272 | 213 | 37 | 0 | 31 | 33 | 203 | 35 | 76 |
| Binary | 10000001 | 10111010 | 10001011 | 11111 | 0 | 11001 | 11011 | 10000011 | 11101 | 111110 |
Color Harmonies of #81BA8B
Complementary color
Monochromatic Colors of #81BA8B
Black with #81BA8B
Text Example
Text Example
White with #81BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA8B; }
p { color: rgb(129,186,139); }
H1.HeaderClassName
{
color: #81BA8B;
}
.AnyTagClassName
{
color: #81BA8B;
}
</style>
background-color css
<style>
a { background-color: #81BA8B; }
a { background-color: rgb(129,186,139); }
div.DivClassName
{
background-color: #81BA8B;
}
.BgClassName
{
background-color: #81BA8B;
}
</style>
border-color css
<style>
span { border-color: #81BA8B; }
span { border-color: rgb(129,186,139); }
td.TdClassName
{
border-color: #81BA8B;
}
.TagClassName
{
border-color: #81BA8B;
}
</style>