Shades of Bay Leaf #81C192
Tints of Bay Leaf #81C192
RGB
CMYK
RGB Variations
Color information
#81C192 (or 0x81C192) is known color: Bay Leaf. HEX triplet: 81, C1 and 92. RGB value is (129,193,146). Sum of RGB (Red+Green+Blue) = 129+193+146=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #81C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C192 is #7E3E6D. Grayscale: #A8A8A8. Windows color (decimal): -8273518 or 9617793. OLE color: 9617793.
HSL color Cylindrical-coordinate representation of color #81C192: hue angle of 135.94º 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 #81C192 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 146 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.24 |
| HSL | 135.94º | 0.34% | 0.63% | - |
| HSV(B) | 135.94º | 0.33% | 0.76% | - |
| XYZ | 33.31 | 44.88 | 34.1 | - |
| YUV | 168.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 146 | 0.33 | 0 | 0.24 | 0.24 | 135.94 | 0.34 | 0.63 |
| Hex | 81 | C1 | 92 | 21 | 0 | 18 | 18 | 88 | 22 | 3F |
| Octal | 201 | 301 | 222 | 41 | 0 | 30 | 30 | 210 | 42 | 77 |
| Binary | 10000001 | 11000001 | 10010010 | 100001 | 0 | 11000 | 11000 | 10001000 | 100010 | 111111 |
Color Harmonies of #81C192
Complementary color
Monochromatic Colors of #81C192
Black with #81C192
Text Example
Text Example
White with #81C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C192; }
p { color: rgb(129,193,146); }
H1.HeaderClassName
{
color: #81C192;
}
.AnyTagClassName
{
color: #81C192;
}
</style>
background-color css
<style>
a { background-color: #81C192; }
a { background-color: rgb(129,193,146); }
div.DivClassName
{
background-color: #81C192;
}
.BgClassName
{
background-color: #81C192;
}
</style>
border-color css
<style>
span { border-color: #81C192; }
span { border-color: rgb(129,193,146); }
td.TdClassName
{
border-color: #81C192;
}
.TagClassName
{
border-color: #81C192;
}
</style>