Shades of Bay Leaf #81B792
Tints of Bay Leaf #81B792
RGB
CMYK
RGB Variations
Color information
#81B792 (or 0x81B792) is known color: Bay Leaf. HEX triplet: 81, B7 and 92. RGB value is (129,183,146). Sum of RGB (Red+Green+Blue) = 129+183+146=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #81B792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B792 is #7E486D. Grayscale: #A2A2A2. Windows color (decimal): -8276078 or 9615233. OLE color: 9615233.
HSL color Cylindrical-coordinate representation of color #81B792: hue angle of 138.89º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B792 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 183 | 146 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.28 |
| HSL | 138.89º | 0.27% | 0.61% | - |
| HSV(B) | 138.89º | 0.3% | 0.72% | - |
| XYZ | 31.18 | 40.61 | 33.39 | - |
| YUV | 162.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 146 | 0.30 | 0 | 0.20 | 0.28 | 138.89 | 0.27 | 0.61 |
| Hex | 81 | B7 | 92 | 1E | 0 | 14 | 1C | 8B | 1B | 3D |
| Octal | 201 | 267 | 222 | 36 | 0 | 24 | 34 | 213 | 33 | 75 |
| Binary | 10000001 | 10110111 | 10010010 | 11110 | 0 | 10100 | 11100 | 10001011 | 11011 | 111101 |
Color Harmonies of #81B792
Complementary color
Monochromatic Colors of #81B792
Black with #81B792
Text Example
Text Example
White with #81B792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B792; }
p { color: rgb(129,183,146); }
H1.HeaderClassName
{
color: #81B792;
}
.AnyTagClassName
{
color: #81B792;
}
</style>
background-color css
<style>
a { background-color: #81B792; }
a { background-color: rgb(129,183,146); }
div.DivClassName
{
background-color: #81B792;
}
.BgClassName
{
background-color: #81B792;
}
</style>
border-color css
<style>
span { border-color: #81B792; }
span { border-color: rgb(129,183,146); }
td.TdClassName
{
border-color: #81B792;
}
.TagClassName
{
border-color: #81B792;
}
</style>