Shades of Bay Leaf #81B28E
Tints of Bay Leaf #81B28E
RGB
CMYK
RGB Variations
Color information
#81B28E (or 0x81B28E) is known color: Bay Leaf. HEX triplet: 81, B2 and 8E. RGB value is (129,178,142). Sum of RGB (Red+Green+Blue) = 129+178+142=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #81B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B28E is #7E4D71. Grayscale: #9F9F9F. Windows color (decimal): -8277362 or 9351809. OLE color: 9351809.
HSL color Cylindrical-coordinate representation of color #81B28E: hue angle of 135.92º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B28E is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 178 | 142 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.30 |
| HSL | 135.92º | 0.24% | 0.6% | - |
| HSV(B) | 135.92º | 0.28% | 0.7% | - |
| XYZ | 29.86 | 38.46 | 31.44 | - |
| YUV | 159.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 142 | 0.28 | 0 | 0.20 | 0.30 | 135.92 | 0.24 | 0.6 |
| Hex | 81 | B2 | 8E | 1C | 0 | 14 | 1E | 88 | 18 | 3C |
| Octal | 201 | 262 | 216 | 34 | 0 | 24 | 36 | 210 | 30 | 74 |
| Binary | 10000001 | 10110010 | 10001110 | 11100 | 0 | 10100 | 11110 | 10001000 | 11000 | 111100 |
Color Harmonies of #81B28E
Complementary color
Monochromatic Colors of #81B28E
Black with #81B28E
Text Example
Text Example
White with #81B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B28E; }
p { color: rgb(129,178,142); }
H1.HeaderClassName
{
color: #81B28E;
}
.AnyTagClassName
{
color: #81B28E;
}
</style>
background-color css
<style>
a { background-color: #81B28E; }
a { background-color: rgb(129,178,142); }
div.DivClassName
{
background-color: #81B28E;
}
.BgClassName
{
background-color: #81B28E;
}
</style>
border-color css
<style>
span { border-color: #81B28E; }
span { border-color: rgb(129,178,142); }
td.TdClassName
{
border-color: #81B28E;
}
.TagClassName
{
border-color: #81B28E;
}
</style>