Shades of Bay Leaf #81C090
Tints of Bay Leaf #81C090
RGB
CMYK
RGB Variations
Color information
#81C090 (or 0x81C090) is known color: Bay Leaf. HEX triplet: 81, C0 and 90. RGB value is (129,192,144). Sum of RGB (Red+Green+Blue) = 129+192+144=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #81C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C090 is #7E3F6F. Grayscale: #A7A7A7. Windows color (decimal): -8273776 or 9486465. OLE color: 9486465.
HSL color Cylindrical-coordinate representation of color #81C090: hue angle of 134.29º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C090 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 144 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.25 |
| HSL | 134.29º | 0.33% | 0.63% | - |
| HSV(B) | 134.29º | 0.33% | 0.75% | - |
| XYZ | 32.94 | 44.38 | 33.22 | - |
| YUV | 167.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 144 | 0.33 | 0 | 0.25 | 0.25 | 134.29 | 0.33 | 0.63 |
| Hex | 81 | C0 | 90 | 21 | 0 | 19 | 19 | 86 | 21 | 3F |
| Octal | 201 | 300 | 220 | 41 | 0 | 31 | 31 | 206 | 41 | 77 |
| Binary | 10000001 | 11000000 | 10010000 | 100001 | 0 | 11001 | 11001 | 10000110 | 100001 | 111111 |
Color Harmonies of #81C090
Complementary color
Monochromatic Colors of #81C090
Black with #81C090
Text Example
Text Example
White with #81C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C090; }
p { color: rgb(129,192,144); }
H1.HeaderClassName
{
color: #81C090;
}
.AnyTagClassName
{
color: #81C090;
}
</style>
background-color css
<style>
a { background-color: #81C090; }
a { background-color: rgb(129,192,144); }
div.DivClassName
{
background-color: #81C090;
}
.BgClassName
{
background-color: #81C090;
}
</style>
border-color css
<style>
span { border-color: #81C090; }
span { border-color: rgb(129,192,144); }
td.TdClassName
{
border-color: #81C090;
}
.TagClassName
{
border-color: #81C090;
}
</style>