Shades of Bay Leaf #81BD8E
Tints of Bay Leaf #81BD8E
RGB
CMYK
RGB Variations
Color information
#81BD8E (or 0x81BD8E) is known color: Bay Leaf. HEX triplet: 81, BD and 8E. RGB value is (129,189,142). Sum of RGB (Red+Green+Blue) = 129+189+142=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BD8E is #7E4271. Grayscale: #A5A5A5. Windows color (decimal): -8274546 or 9354625. OLE color: 9354625.
HSL color Cylindrical-coordinate representation of color #81BD8E: hue angle of 133º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BD8E is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 142 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.26 |
| HSL | 133º | 0.31% | 0.62% | - |
| HSV(B) | 133º | 0.32% | 0.74% | - |
| XYZ | 32.13 | 43.02 | 32.2 | - |
| YUV | 165.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 142 | 0.32 | 0 | 0.25 | 0.26 | 133 | 0.31 | 0.62 |
| Hex | 81 | BD | 8E | 20 | 0 | 19 | 1A | 85 | 1F | 3E |
| Octal | 201 | 275 | 216 | 40 | 0 | 31 | 32 | 205 | 37 | 76 |
| Binary | 10000001 | 10111101 | 10001110 | 100000 | 0 | 11001 | 11010 | 10000101 | 11111 | 111110 |
Color Harmonies of #81BD8E
Complementary color
Monochromatic Colors of #81BD8E
Black with #81BD8E
Text Example
Text Example
White with #81BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD8E; }
p { color: rgb(129,189,142); }
H1.HeaderClassName
{
color: #81BD8E;
}
.AnyTagClassName
{
color: #81BD8E;
}
</style>
background-color css
<style>
a { background-color: #81BD8E; }
a { background-color: rgb(129,189,142); }
div.DivClassName
{
background-color: #81BD8E;
}
.BgClassName
{
background-color: #81BD8E;
}
</style>
border-color css
<style>
span { border-color: #81BD8E; }
span { border-color: rgb(129,189,142); }
td.TdClassName
{
border-color: #81BD8E;
}
.TagClassName
{
border-color: #81BD8E;
}
</style>