Shades of Bay Leaf #81BE8E
Tints of Bay Leaf #81BE8E
RGB
CMYK
RGB Variations
Color information
#81BE8E (or 0x81BE8E) is known color: Bay Leaf. HEX triplet: 81, BE and 8E. RGB value is (129,190,142). Sum of RGB (Red+Green+Blue) = 129+190+142=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE8E is #7E4171. Grayscale: #A6A6A6. Windows color (decimal): -8274290 or 9354881. OLE color: 9354881.
HSL color Cylindrical-coordinate representation of color #81BE8E: hue angle of 132.79º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BE8E is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 142 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.25 |
| HSL | 132.79º | 0.32% | 0.63% | - |
| HSV(B) | 132.79º | 0.32% | 0.75% | - |
| XYZ | 32.35 | 43.45 | 32.27 | - |
| YUV | 166.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 142 | 0.32 | 0 | 0.25 | 0.25 | 132.79 | 0.32 | 0.63 |
| Hex | 81 | BE | 8E | 20 | 0 | 19 | 19 | 85 | 20 | 3F |
| Octal | 201 | 276 | 216 | 40 | 0 | 31 | 31 | 205 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10001110 | 100000 | 0 | 11001 | 11001 | 10000101 | 100000 | 111111 |
Color Harmonies of #81BE8E
Complementary color
Monochromatic Colors of #81BE8E
Black with #81BE8E
Text Example
Text Example
White with #81BE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE8E; }
p { color: rgb(129,190,142); }
H1.HeaderClassName
{
color: #81BE8E;
}
.AnyTagClassName
{
color: #81BE8E;
}
</style>
background-color css
<style>
a { background-color: #81BE8E; }
a { background-color: rgb(129,190,142); }
div.DivClassName
{
background-color: #81BE8E;
}
.BgClassName
{
background-color: #81BE8E;
}
</style>
border-color css
<style>
span { border-color: #81BE8E; }
span { border-color: rgb(129,190,142); }
td.TdClassName
{
border-color: #81BE8E;
}
.TagClassName
{
border-color: #81BE8E;
}
</style>