Shades of Bay Leaf #81C292
Tints of Bay Leaf #81C292
RGB
CMYK
RGB Variations
Color information
#81C292 (or 0x81C292) is known color: Bay Leaf. HEX triplet: 81, C2 and 92. RGB value is (129,194,146). Sum of RGB (Red+Green+Blue) = 129+194+146=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #81C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C292 is #7E3D6D. Grayscale: #A9A9A9. Windows color (decimal): -8273262 or 9618049. OLE color: 9618049.
HSL color Cylindrical-coordinate representation of color #81C292: hue angle of 135.69º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C292 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 146 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.24 |
| HSL | 135.69º | 0.35% | 0.63% | - |
| HSV(B) | 135.69º | 0.34% | 0.76% | - |
| XYZ | 33.53 | 45.33 | 34.18 | - |
| YUV | 169.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 146 | 0.34 | 0 | 0.25 | 0.24 | 135.69 | 0.35 | 0.63 |
| Hex | 81 | C2 | 92 | 22 | 0 | 19 | 18 | 88 | 23 | 3F |
| Octal | 201 | 302 | 222 | 42 | 0 | 31 | 30 | 210 | 43 | 77 |
| Binary | 10000001 | 11000010 | 10010010 | 100010 | 0 | 11001 | 11000 | 10001000 | 100011 | 111111 |
Color Harmonies of #81C292
Complementary color
Monochromatic Colors of #81C292
Black with #81C292
Text Example
Text Example
White with #81C292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C292; }
p { color: rgb(129,194,146); }
H1.HeaderClassName
{
color: #81C292;
}
.AnyTagClassName
{
color: #81C292;
}
</style>
background-color css
<style>
a { background-color: #81C292; }
a { background-color: rgb(129,194,146); }
div.DivClassName
{
background-color: #81C292;
}
.BgClassName
{
background-color: #81C292;
}
</style>
border-color css
<style>
span { border-color: #81C292; }
span { border-color: rgb(129,194,146); }
td.TdClassName
{
border-color: #81C292;
}
.TagClassName
{
border-color: #81C292;
}
</style>