Shades of Bay Leaf #81C190
Tints of Bay Leaf #81C190
RGB
CMYK
RGB Variations
Color information
#81C190 (or 0x81C190) is known color: Bay Leaf. HEX triplet: 81, C1 and 90. RGB value is (129,193,144). Sum of RGB (Red+Green+Blue) = 129+193+144=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #81C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C190 is #7E3E6F. Grayscale: #A8A8A8. Windows color (decimal): -8273520 or 9486721. OLE color: 9486721.
HSL color Cylindrical-coordinate representation of color #81C190: hue angle of 134.06º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C190 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 144 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.24 |
| HSL | 134.06º | 0.34% | 0.63% | - |
| HSV(B) | 134.06º | 0.33% | 0.76% | - |
| XYZ | 33.16 | 44.82 | 33.29 | - |
| YUV | 168.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 144 | 0.33 | 0 | 0.25 | 0.24 | 134.06 | 0.34 | 0.63 |
| Hex | 81 | C1 | 90 | 21 | 0 | 19 | 18 | 86 | 22 | 3F |
| Octal | 201 | 301 | 220 | 41 | 0 | 31 | 30 | 206 | 42 | 77 |
| Binary | 10000001 | 11000001 | 10010000 | 100001 | 0 | 11001 | 11000 | 10000110 | 100010 | 111111 |
Color Harmonies of #81C190
Complementary color
Monochromatic Colors of #81C190
Black with #81C190
Text Example
Text Example
White with #81C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C190; }
p { color: rgb(129,193,144); }
H1.HeaderClassName
{
color: #81C190;
}
.AnyTagClassName
{
color: #81C190;
}
</style>
background-color css
<style>
a { background-color: #81C190; }
a { background-color: rgb(129,193,144); }
div.DivClassName
{
background-color: #81C190;
}
.BgClassName
{
background-color: #81C190;
}
</style>
border-color css
<style>
span { border-color: #81C190; }
span { border-color: rgb(129,193,144); }
td.TdClassName
{
border-color: #81C190;
}
.TagClassName
{
border-color: #81C190;
}
</style>