Shades of Bay Leaf #83BF93
Tints of Bay Leaf #83BF93
RGB
CMYK
RGB Variations
Color information
#83BF93 (or 0x83BF93) is known color: Bay Leaf. HEX triplet: 83, BF and 93. RGB value is (131,191,147). Sum of RGB (Red+Green+Blue) = 131+191+147=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF93 is #7C406C. Grayscale: #A8A8A8. Windows color (decimal): -8142957 or 9682819. OLE color: 9682819.
HSL color Cylindrical-coordinate representation of color #83BF93: hue angle of 136º 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 #83BF93 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 147 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.25 |
| HSL | 136º | 0.32% | 0.63% | - |
| HSV(B) | 136º | 0.31% | 0.75% | - |
| XYZ | 33.26 | 44.19 | 34.38 | - |
| YUV | 168.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 147 | 0.31 | 0 | 0.23 | 0.25 | 136 | 0.32 | 0.63 |
| Hex | 83 | BF | 93 | 1F | 0 | 17 | 19 | 88 | 20 | 3F |
| Octal | 203 | 277 | 223 | 37 | 0 | 27 | 31 | 210 | 40 | 77 |
| Binary | 10000011 | 10111111 | 10010011 | 11111 | 0 | 10111 | 11001 | 10001000 | 100000 | 111111 |
Color Harmonies of #83BF93
Complementary color
Monochromatic Colors of #83BF93
Black with #83BF93
Text Example
Text Example
White with #83BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF93; }
p { color: rgb(131,191,147); }
H1.HeaderClassName
{
color: #83BF93;
}
.AnyTagClassName
{
color: #83BF93;
}
</style>
background-color css
<style>
a { background-color: #83BF93; }
a { background-color: rgb(131,191,147); }
div.DivClassName
{
background-color: #83BF93;
}
.BgClassName
{
background-color: #83BF93;
}
</style>
border-color css
<style>
span { border-color: #83BF93; }
span { border-color: rgb(131,191,147); }
td.TdClassName
{
border-color: #83BF93;
}
.TagClassName
{
border-color: #83BF93;
}
</style>