Shades of Bay Leaf #83BB91
Tints of Bay Leaf #83BB91
RGB
CMYK
RGB Variations
Color information
#83BB91 (or 0x83BB91) is known color: Bay Leaf. HEX triplet: 83, BB and 91. RGB value is (131,187,145). Sum of RGB (Red+Green+Blue) = 131+187+145=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BB91 is #7C446E. Grayscale: #A5A5A5. Windows color (decimal): -8143983 or 9550723. OLE color: 9550723.
HSL color Cylindrical-coordinate representation of color #83BB91: hue angle of 135º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BB91 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 145 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.27 |
| HSL | 135º | 0.29% | 0.62% | - |
| HSV(B) | 135º | 0.3% | 0.73% | - |
| XYZ | 32.24 | 42.41 | 33.27 | - |
| YUV | 165.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 145 | 0.30 | 0 | 0.22 | 0.27 | 135 | 0.29 | 0.62 |
| Hex | 83 | BB | 91 | 1E | 0 | 16 | 1B | 87 | 1D | 3E |
| Octal | 203 | 273 | 221 | 36 | 0 | 26 | 33 | 207 | 35 | 76 |
| Binary | 10000011 | 10111011 | 10010001 | 11110 | 0 | 10110 | 11011 | 10000111 | 11101 | 111110 |
Color Harmonies of #83BB91
Complementary color
Monochromatic Colors of #83BB91
Black with #83BB91
Text Example
Text Example
White with #83BB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB91; }
p { color: rgb(131,187,145); }
H1.HeaderClassName
{
color: #83BB91;
}
.AnyTagClassName
{
color: #83BB91;
}
</style>
background-color css
<style>
a { background-color: #83BB91; }
a { background-color: rgb(131,187,145); }
div.DivClassName
{
background-color: #83BB91;
}
.BgClassName
{
background-color: #83BB91;
}
</style>
border-color css
<style>
span { border-color: #83BB91; }
span { border-color: rgb(131,187,145); }
td.TdClassName
{
border-color: #83BB91;
}
.TagClassName
{
border-color: #83BB91;
}
</style>