Shades of Bay Leaf #81A890
Tints of Bay Leaf #81A890
RGB
CMYK
RGB Variations
Color information
#81A890 (or 0x81A890) is known color: Bay Leaf. HEX triplet: 81, A8 and 90. RGB value is (129,168,144). Sum of RGB (Red+Green+Blue) = 129+168+144=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #81A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A890 is #7E576F. Grayscale: #999999. Windows color (decimal): -8279920 or 9480321. OLE color: 9480321.
HSL color Cylindrical-coordinate representation of color #81A890: hue angle of 143.08º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81A890 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 168 | 144 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.34 |
| HSL | 143.08º | 0.18% | 0.58% | - |
| HSV(B) | 143.08º | 0.23% | 0.66% | - |
| XYZ | 28.09 | 34.69 | 31.6 | - |
| YUV | 153.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 144 | 0.23 | 0 | 0.14 | 0.34 | 143.08 | 0.18 | 0.58 |
| Hex | 81 | A8 | 90 | 17 | 0 | E | 22 | 8F | 12 | 3A |
| Octal | 201 | 250 | 220 | 27 | 0 | 16 | 42 | 217 | 22 | 72 |
| Binary | 10000001 | 10101000 | 10010000 | 10111 | 0 | 1110 | 100010 | 10001111 | 10010 | 111010 |
Color Harmonies of #81A890
Complementary color
Monochromatic Colors of #81A890
Black with #81A890
Text Example
Text Example
White with #81A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A890; }
p { color: rgb(129,168,144); }
H1.HeaderClassName
{
color: #81A890;
}
.AnyTagClassName
{
color: #81A890;
}
</style>
background-color css
<style>
a { background-color: #81A890; }
a { background-color: rgb(129,168,144); }
div.DivClassName
{
background-color: #81A890;
}
.BgClassName
{
background-color: #81A890;
}
</style>
border-color css
<style>
span { border-color: #81A890; }
span { border-color: rgb(129,168,144); }
td.TdClassName
{
border-color: #81A890;
}
.TagClassName
{
border-color: #81A890;
}
</style>