Shades of Bay Leaf #81B98C
Tints of Bay Leaf #81B98C
RGB
CMYK
RGB Variations
Color information
#81B98C (or 0x81B98C) is known color: Bay Leaf. HEX triplet: 81, B9 and 8C. RGB value is (129,185,140). Sum of RGB (Red+Green+Blue) = 129+185+140=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #81B98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B98C is #7E4673. Grayscale: #A3A3A3. Windows color (decimal): -8275572 or 9222529. OLE color: 9222529.
HSL color Cylindrical-coordinate representation of color #81B98C: hue angle of 131.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B98C is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 140 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.27 |
| HSL | 131.79º | 0.29% | 0.62% | - |
| HSV(B) | 131.79º | 0.3% | 0.73% | - |
| XYZ | 31.14 | 41.26 | 31.13 | - |
| YUV | 163.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 140 | 0.30 | 0 | 0.24 | 0.27 | 131.79 | 0.29 | 0.62 |
| Hex | 81 | B9 | 8C | 1E | 0 | 18 | 1B | 84 | 1D | 3E |
| Octal | 201 | 271 | 214 | 36 | 0 | 30 | 33 | 204 | 35 | 76 |
| Binary | 10000001 | 10111001 | 10001100 | 11110 | 0 | 11000 | 11011 | 10000100 | 11101 | 111110 |
Color Harmonies of #81B98C
Complementary color
Monochromatic Colors of #81B98C
Black with #81B98C
Text Example
Text Example
White with #81B98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B98C; }
p { color: rgb(129,185,140); }
H1.HeaderClassName
{
color: #81B98C;
}
.AnyTagClassName
{
color: #81B98C;
}
</style>
background-color css
<style>
a { background-color: #81B98C; }
a { background-color: rgb(129,185,140); }
div.DivClassName
{
background-color: #81B98C;
}
.BgClassName
{
background-color: #81B98C;
}
</style>
border-color css
<style>
span { border-color: #81B98C; }
span { border-color: rgb(129,185,140); }
td.TdClassName
{
border-color: #81B98C;
}
.TagClassName
{
border-color: #81B98C;
}
</style>