Shades of Bay Leaf #81B488
Tints of Bay Leaf #81B488
RGB
CMYK
RGB Variations
Color information
#81B488 (or 0x81B488) is known color: Bay Leaf. HEX triplet: 81, B4 and 88. RGB value is (129,180,136). Sum of RGB (Red+Green+Blue) = 129+180+136=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #81B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B488 is #7E4B77. Grayscale: #9F9F9F. Windows color (decimal): -8276856 or 8959105. OLE color: 8959105.
HSL color Cylindrical-coordinate representation of color #81B488: hue angle of 128.24º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B488 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 136 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.29 |
| HSL | 128.24º | 0.25% | 0.61% | - |
| HSV(B) | 128.24º | 0.28% | 0.71% | - |
| XYZ | 29.82 | 39.09 | 29.27 | - |
| YUV | 159.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 136 | 0.28 | 0 | 0.24 | 0.29 | 128.24 | 0.25 | 0.61 |
| Hex | 81 | B4 | 88 | 1C | 0 | 18 | 1D | 80 | 19 | 3D |
| Octal | 201 | 264 | 210 | 34 | 0 | 30 | 35 | 200 | 31 | 75 |
| Binary | 10000001 | 10110100 | 10001000 | 11100 | 0 | 11000 | 11101 | 10000000 | 11001 | 111101 |
Color Harmonies of #81B488
Complementary color
Monochromatic Colors of #81B488
Black with #81B488
Text Example
Text Example
White with #81B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B488; }
p { color: rgb(129,180,136); }
H1.HeaderClassName
{
color: #81B488;
}
.AnyTagClassName
{
color: #81B488;
}
</style>
background-color css
<style>
a { background-color: #81B488; }
a { background-color: rgb(129,180,136); }
div.DivClassName
{
background-color: #81B488;
}
.BgClassName
{
background-color: #81B488;
}
</style>
border-color css
<style>
span { border-color: #81B488; }
span { border-color: rgb(129,180,136); }
td.TdClassName
{
border-color: #81B488;
}
.TagClassName
{
border-color: #81B488;
}
</style>