Shades of Bay Leaf #81B58C
Tints of Bay Leaf #81B58C
RGB
CMYK
RGB Variations
Color information
#81B58C (or 0x81B58C) is known color: Bay Leaf. HEX triplet: 81, B5 and 8C. RGB value is (129,181,140). Sum of RGB (Red+Green+Blue) = 129+181+140=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #81B58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B58C is #7E4A73. Grayscale: #A0A0A0. Windows color (decimal): -8276596 or 9221505. OLE color: 9221505.
HSL color Cylindrical-coordinate representation of color #81B58C: hue angle of 132.69º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B58C is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 140 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.29 |
| HSL | 132.69º | 0.26% | 0.61% | - |
| HSV(B) | 132.69º | 0.29% | 0.71% | - |
| XYZ | 30.31 | 39.61 | 30.86 | - |
| YUV | 160.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 140 | 0.29 | 0 | 0.23 | 0.29 | 132.69 | 0.26 | 0.61 |
| Hex | 81 | B5 | 8C | 1D | 0 | 17 | 1D | 85 | 1A | 3D |
| Octal | 201 | 265 | 214 | 35 | 0 | 27 | 35 | 205 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10001100 | 11101 | 0 | 10111 | 11101 | 10000101 | 11010 | 111101 |
Color Harmonies of #81B58C
Complementary color
Monochromatic Colors of #81B58C
Black with #81B58C
Text Example
Text Example
White with #81B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B58C; }
p { color: rgb(129,181,140); }
H1.HeaderClassName
{
color: #81B58C;
}
.AnyTagClassName
{
color: #81B58C;
}
</style>
background-color css
<style>
a { background-color: #81B58C; }
a { background-color: rgb(129,181,140); }
div.DivClassName
{
background-color: #81B58C;
}
.BgClassName
{
background-color: #81B58C;
}
</style>
border-color css
<style>
span { border-color: #81B58C; }
span { border-color: rgb(129,181,140); }
td.TdClassName
{
border-color: #81B58C;
}
.TagClassName
{
border-color: #81B58C;
}
</style>