Shades of Bay Leaf #81B38A
Tints of Bay Leaf #81B38A
RGB
CMYK
RGB Variations
Color information
#81B38A (or 0x81B38A) is known color: Bay Leaf. HEX triplet: 81, B3 and 8A. RGB value is (129,179,138). Sum of RGB (Red+Green+Blue) = 129+179+138=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #81B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B38A is #7E4C75. Grayscale: #9F9F9F. Windows color (decimal): -8277110 or 9089921. OLE color: 9089921.
HSL color Cylindrical-coordinate representation of color #81B38A: hue angle of 130.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B38A is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 138 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.30 |
| HSL | 130.8º | 0.25% | 0.6% | - |
| HSV(B) | 130.8º | 0.28% | 0.7% | - |
| XYZ | 29.76 | 38.74 | 29.95 | - |
| YUV | 159.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 138 | 0.28 | 0 | 0.23 | 0.30 | 130.8 | 0.25 | 0.6 |
| Hex | 81 | B3 | 8A | 1C | 0 | 17 | 1E | 83 | 19 | 3C |
| Octal | 201 | 263 | 212 | 34 | 0 | 27 | 36 | 203 | 31 | 74 |
| Binary | 10000001 | 10110011 | 10001010 | 11100 | 0 | 10111 | 11110 | 10000011 | 11001 | 111100 |
Color Harmonies of #81B38A
Complementary color
Monochromatic Colors of #81B38A
Black with #81B38A
Text Example
Text Example
White with #81B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B38A; }
p { color: rgb(129,179,138); }
H1.HeaderClassName
{
color: #81B38A;
}
.AnyTagClassName
{
color: #81B38A;
}
</style>
background-color css
<style>
a { background-color: #81B38A; }
a { background-color: rgb(129,179,138); }
div.DivClassName
{
background-color: #81B38A;
}
.BgClassName
{
background-color: #81B38A;
}
</style>
border-color css
<style>
span { border-color: #81B38A; }
span { border-color: rgb(129,179,138); }
td.TdClassName
{
border-color: #81B38A;
}
.TagClassName
{
border-color: #81B38A;
}
</style>