Shades of Bay Leaf #81B88A
Tints of Bay Leaf #81B88A
RGB
CMYK
RGB Variations
Color information
#81B88A (or 0x81B88A) is known color: Bay Leaf. HEX triplet: 81, B8 and 8A. RGB value is (129,184,138). Sum of RGB (Red+Green+Blue) = 129+184+138=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #81B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B88A is #7E4775. Grayscale: #A2A2A2. Windows color (decimal): -8275830 or 9091201. OLE color: 9091201.
HSL color Cylindrical-coordinate representation of color #81B88A: hue angle of 129.82º degrees, saturation: 0.28, 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 #81B88A is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 184 | 138 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.28 |
| HSL | 129.82º | 0.28% | 0.61% | - |
| HSV(B) | 129.82º | 0.3% | 0.72% | - |
| XYZ | 30.78 | 40.78 | 30.29 | - |
| YUV | 162.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 184 | 138 | 0.30 | 0 | 0.25 | 0.28 | 129.82 | 0.28 | 0.61 |
| Hex | 81 | B8 | 8A | 1E | 0 | 19 | 1C | 82 | 1C | 3D |
| Octal | 201 | 270 | 212 | 36 | 0 | 31 | 34 | 202 | 34 | 75 |
| Binary | 10000001 | 10111000 | 10001010 | 11110 | 0 | 11001 | 11100 | 10000010 | 11100 | 111101 |
Color Harmonies of #81B88A
Complementary color
Monochromatic Colors of #81B88A
Black with #81B88A
Text Example
Text Example
White with #81B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B88A; }
p { color: rgb(129,184,138); }
H1.HeaderClassName
{
color: #81B88A;
}
.AnyTagClassName
{
color: #81B88A;
}
</style>
background-color css
<style>
a { background-color: #81B88A; }
a { background-color: rgb(129,184,138); }
div.DivClassName
{
background-color: #81B88A;
}
.BgClassName
{
background-color: #81B88A;
}
</style>
border-color css
<style>
span { border-color: #81B88A; }
span { border-color: rgb(129,184,138); }
td.TdClassName
{
border-color: #81B88A;
}
.TagClassName
{
border-color: #81B88A;
}
</style>