Shades of Bay Leaf #81B992
Tints of Bay Leaf #81B992
RGB
CMYK
RGB Variations
Color information
#81B992 (or 0x81B992) is known color: Bay Leaf. HEX triplet: 81, B9 and 92. RGB value is (129,185,146). Sum of RGB (Red+Green+Blue) = 129+185+146=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #81B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B992 is #7E466D. Grayscale: #A3A3A3. Windows color (decimal): -8275566 or 9615745. OLE color: 9615745.
HSL color Cylindrical-coordinate representation of color #81B992: hue angle of 138.21º 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 #81B992 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 146 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.27 |
| HSL | 138.21º | 0.29% | 0.62% | - |
| HSV(B) | 138.21º | 0.3% | 0.73% | - |
| XYZ | 31.59 | 41.44 | 33.53 | - |
| YUV | 163.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 146 | 0.30 | 0 | 0.21 | 0.27 | 138.21 | 0.29 | 0.62 |
| Hex | 81 | B9 | 92 | 1E | 0 | 15 | 1B | 8A | 1D | 3E |
| Octal | 201 | 271 | 222 | 36 | 0 | 25 | 33 | 212 | 35 | 76 |
| Binary | 10000001 | 10111001 | 10010010 | 11110 | 0 | 10101 | 11011 | 10001010 | 11101 | 111110 |
Color Harmonies of #81B992
Complementary color
Monochromatic Colors of #81B992
Black with #81B992
Text Example
Text Example
White with #81B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B992; }
p { color: rgb(129,185,146); }
H1.HeaderClassName
{
color: #81B992;
}
.AnyTagClassName
{
color: #81B992;
}
</style>
background-color css
<style>
a { background-color: #81B992; }
a { background-color: rgb(129,185,146); }
div.DivClassName
{
background-color: #81B992;
}
.BgClassName
{
background-color: #81B992;
}
</style>
border-color css
<style>
span { border-color: #81B992; }
span { border-color: rgb(129,185,146); }
td.TdClassName
{
border-color: #81B992;
}
.TagClassName
{
border-color: #81B992;
}
</style>