Shades of Bay Leaf #81B18C
Tints of Bay Leaf #81B18C
RGB
CMYK
RGB Variations
Color information
#81B18C (or 0x81B18C) is known color: Bay Leaf. HEX triplet: 81, B1 and 8C. RGB value is (129,177,140). Sum of RGB (Red+Green+Blue) = 129+177+140=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #81B18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B18C is #7E4E73. Grayscale: #9E9E9E. Windows color (decimal): -8277620 or 9220481. OLE color: 9220481.
HSL color Cylindrical-coordinate representation of color #81B18C: hue angle of 133.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81B18C is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 140 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.31 |
| HSL | 133.75º | 0.24% | 0.6% | - |
| HSV(B) | 133.75º | 0.27% | 0.69% | - |
| XYZ | 29.51 | 38 | 30.59 | - |
| YUV | 158.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 140 | 0.27 | 0 | 0.21 | 0.31 | 133.75 | 0.24 | 0.6 |
| Hex | 81 | B1 | 8C | 1B | 0 | 15 | 1F | 86 | 18 | 3C |
| Octal | 201 | 261 | 214 | 33 | 0 | 25 | 37 | 206 | 30 | 74 |
| Binary | 10000001 | 10110001 | 10001100 | 11011 | 0 | 10101 | 11111 | 10000110 | 11000 | 111100 |
Color Harmonies of #81B18C
Complementary color
Monochromatic Colors of #81B18C
Black with #81B18C
Text Example
Text Example
White with #81B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B18C; }
p { color: rgb(129,177,140); }
H1.HeaderClassName
{
color: #81B18C;
}
.AnyTagClassName
{
color: #81B18C;
}
</style>
background-color css
<style>
a { background-color: #81B18C; }
a { background-color: rgb(129,177,140); }
div.DivClassName
{
background-color: #81B18C;
}
.BgClassName
{
background-color: #81B18C;
}
</style>
border-color css
<style>
span { border-color: #81B18C; }
span { border-color: rgb(129,177,140); }
td.TdClassName
{
border-color: #81B18C;
}
.TagClassName
{
border-color: #81B18C;
}
</style>