Shades of Bay Leaf #81AB8E
Tints of Bay Leaf #81AB8E
RGB
CMYK
RGB Variations
Color information
#81AB8E (or 0x81AB8E) is known color: Bay Leaf. HEX triplet: 81, AB and 8E. RGB value is (129,171,142). Sum of RGB (Red+Green+Blue) = 129+171+142=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AB8E is #7E5471. Grayscale: #9B9B9B. Windows color (decimal): -8279154 or 9350017. OLE color: 9350017.
HSL color Cylindrical-coordinate representation of color #81AB8E: hue angle of 138.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81AB8E is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 142 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.33 |
| HSL | 138.57º | 0.2% | 0.59% | - |
| HSV(B) | 138.57º | 0.25% | 0.67% | - |
| XYZ | 28.5 | 35.75 | 30.99 | - |
| YUV | 155.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 142 | 0.25 | 0 | 0.17 | 0.33 | 138.57 | 0.2 | 0.59 |
| Hex | 81 | AB | 8E | 19 | 0 | 11 | 21 | 8B | 14 | 3B |
| Octal | 201 | 253 | 216 | 31 | 0 | 21 | 41 | 213 | 24 | 73 |
| Binary | 10000001 | 10101011 | 10001110 | 11001 | 0 | 10001 | 100001 | 10001011 | 10100 | 111011 |
Color Harmonies of #81AB8E
Complementary color
Monochromatic Colors of #81AB8E
Black with #81AB8E
Text Example
Text Example
White with #81AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB8E; }
p { color: rgb(129,171,142); }
H1.HeaderClassName
{
color: #81AB8E;
}
.AnyTagClassName
{
color: #81AB8E;
}
</style>
background-color css
<style>
a { background-color: #81AB8E; }
a { background-color: rgb(129,171,142); }
div.DivClassName
{
background-color: #81AB8E;
}
.BgClassName
{
background-color: #81AB8E;
}
</style>
border-color css
<style>
span { border-color: #81AB8E; }
span { border-color: rgb(129,171,142); }
td.TdClassName
{
border-color: #81AB8E;
}
.TagClassName
{
border-color: #81AB8E;
}
</style>