Shades of Bay Leaf #81A98C
Tints of Bay Leaf #81A98C
RGB
CMYK
RGB Variations
Color information
#81A98C (or 0x81A98C) is known color: Bay Leaf. HEX triplet: 81, A9 and 8C. RGB value is (129,169,140). Sum of RGB (Red+Green+Blue) = 129+169+140=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 169 - color contains mainly: green. Hex color #81A98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A98C is #7E5673. Grayscale: #999999. Windows color (decimal): -8279668 or 9218433. OLE color: 9218433.
HSL color Cylindrical-coordinate representation of color #81A98C: hue angle of 136.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81A98C is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 140 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.34 |
| HSL | 136.5º | 0.19% | 0.58% | - |
| HSV(B) | 136.5º | 0.24% | 0.66% | - |
| XYZ | 27.97 | 34.94 | 30.08 | - |
| YUV | 153.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 140 | 0.24 | 0 | 0.17 | 0.34 | 136.5 | 0.19 | 0.58 |
| Hex | 81 | A9 | 8C | 18 | 0 | 11 | 22 | 88 | 13 | 3A |
| Octal | 201 | 251 | 214 | 30 | 0 | 21 | 42 | 210 | 23 | 72 |
| Binary | 10000001 | 10101001 | 10001100 | 11000 | 0 | 10001 | 100010 | 10001000 | 10011 | 111010 |
Color Harmonies of #81A98C
Complementary color
Monochromatic Colors of #81A98C
Black with #81A98C
Text Example
Text Example
White with #81A98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A98C; }
p { color: rgb(129,169,140); }
H1.HeaderClassName
{
color: #81A98C;
}
.AnyTagClassName
{
color: #81A98C;
}
</style>
background-color css
<style>
a { background-color: #81A98C; }
a { background-color: rgb(129,169,140); }
div.DivClassName
{
background-color: #81A98C;
}
.BgClassName
{
background-color: #81A98C;
}
</style>
border-color css
<style>
span { border-color: #81A98C; }
span { border-color: rgb(129,169,140); }
td.TdClassName
{
border-color: #81A98C;
}
.TagClassName
{
border-color: #81A98C;
}
</style>