Shades of Bay Leaf #83BC8D
Tints of Bay Leaf #83BC8D
RGB
CMYK
RGB Variations
Color information
#83BC8D (or 0x83BC8D) is known color: Bay Leaf. HEX triplet: 83, BC and 8D. RGB value is (131,188,141). Sum of RGB (Red+Green+Blue) = 131+188+141=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC8D is #7C4372. Grayscale: #A5A5A5. Windows color (decimal): -8143731 or 9288835. OLE color: 9288835.
HSL color Cylindrical-coordinate representation of color #83BC8D: hue angle of 130.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BC8D is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 141 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.26 |
| HSL | 130.53º | 0.3% | 0.63% | - |
| HSV(B) | 130.53º | 0.3% | 0.74% | - |
| XYZ | 32.15 | 42.71 | 31.75 | - |
| YUV | 165.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 141 | 0.30 | 0 | 0.25 | 0.26 | 130.53 | 0.3 | 0.63 |
| Hex | 83 | BC | 8D | 1E | 0 | 19 | 1A | 83 | 1E | 3F |
| Octal | 203 | 274 | 215 | 36 | 0 | 31 | 32 | 203 | 36 | 77 |
| Binary | 10000011 | 10111100 | 10001101 | 11110 | 0 | 11001 | 11010 | 10000011 | 11110 | 111111 |
Color Harmonies of #83BC8D
Complementary color
Monochromatic Colors of #83BC8D
Black with #83BC8D
Text Example
Text Example
White with #83BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC8D; }
p { color: rgb(131,188,141); }
H1.HeaderClassName
{
color: #83BC8D;
}
.AnyTagClassName
{
color: #83BC8D;
}
</style>
background-color css
<style>
a { background-color: #83BC8D; }
a { background-color: rgb(131,188,141); }
div.DivClassName
{
background-color: #83BC8D;
}
.BgClassName
{
background-color: #83BC8D;
}
</style>
border-color css
<style>
span { border-color: #83BC8D; }
span { border-color: rgb(131,188,141); }
td.TdClassName
{
border-color: #83BC8D;
}
.TagClassName
{
border-color: #83BC8D;
}
</style>