Shades of Bay Leaf #83BF8F
Tints of Bay Leaf #83BF8F
RGB
CMYK
RGB Variations
Color information
#83BF8F (or 0x83BF8F) is known color: Bay Leaf. HEX triplet: 83, BF and 8F. RGB value is (131,191,143). Sum of RGB (Red+Green+Blue) = 131+191+143=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF8F is #7C4070. Grayscale: #A7A7A7. Windows color (decimal): -8142961 or 9420675. OLE color: 9420675.
HSL color Cylindrical-coordinate representation of color #83BF8F: hue angle of 132º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BF8F is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 143 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.25 |
| HSL | 132º | 0.32% | 0.63% | - |
| HSV(B) | 132º | 0.31% | 0.75% | - |
| XYZ | 32.95 | 44.07 | 32.76 | - |
| YUV | 167.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 143 | 0.31 | 0 | 0.25 | 0.25 | 132 | 0.32 | 0.63 |
| Hex | 83 | BF | 8F | 1F | 0 | 19 | 19 | 84 | 20 | 3F |
| Octal | 203 | 277 | 217 | 37 | 0 | 31 | 31 | 204 | 40 | 77 |
| Binary | 10000011 | 10111111 | 10001111 | 11111 | 0 | 11001 | 11001 | 10000100 | 100000 | 111111 |
Color Harmonies of #83BF8F
Complementary color
Monochromatic Colors of #83BF8F
Black with #83BF8F
Text Example
Text Example
White with #83BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF8F; }
p { color: rgb(131,191,143); }
H1.HeaderClassName
{
color: #83BF8F;
}
.AnyTagClassName
{
color: #83BF8F;
}
</style>
background-color css
<style>
a { background-color: #83BF8F; }
a { background-color: rgb(131,191,143); }
div.DivClassName
{
background-color: #83BF8F;
}
.BgClassName
{
background-color: #83BF8F;
}
</style>
border-color css
<style>
span { border-color: #83BF8F; }
span { border-color: rgb(131,191,143); }
td.TdClassName
{
border-color: #83BF8F;
}
.TagClassName
{
border-color: #83BF8F;
}
</style>