Shades of Bay Leaf #83B58D
Tints of Bay Leaf #83B58D
RGB
CMYK
RGB Variations
Color information
#83B58D (or 0x83B58D) is known color: Bay Leaf. HEX triplet: 83, B5 and 8D. RGB value is (131,181,141). Sum of RGB (Red+Green+Blue) = 131+181+141=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #83B58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B58D is #7C4A72. Grayscale: #A1A1A1. Windows color (decimal): -8145523 or 9287043. OLE color: 9287043.
HSL color Cylindrical-coordinate representation of color #83B58D: hue angle of 132º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B58D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 141 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.29 |
| HSL | 132º | 0.25% | 0.61% | - |
| HSV(B) | 132º | 0.28% | 0.71% | - |
| XYZ | 30.69 | 39.8 | 31.26 | - |
| YUV | 161.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 141 | 0.28 | 0 | 0.22 | 0.29 | 132 | 0.25 | 0.61 |
| Hex | 83 | B5 | 8D | 1C | 0 | 16 | 1D | 84 | 19 | 3D |
| Octal | 203 | 265 | 215 | 34 | 0 | 26 | 35 | 204 | 31 | 75 |
| Binary | 10000011 | 10110101 | 10001101 | 11100 | 0 | 10110 | 11101 | 10000100 | 11001 | 111101 |
Color Harmonies of #83B58D
Complementary color
Monochromatic Colors of #83B58D
Black with #83B58D
Text Example
Text Example
White with #83B58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B58D; }
p { color: rgb(131,181,141); }
H1.HeaderClassName
{
color: #83B58D;
}
.AnyTagClassName
{
color: #83B58D;
}
</style>
background-color css
<style>
a { background-color: #83B58D; }
a { background-color: rgb(131,181,141); }
div.DivClassName
{
background-color: #83B58D;
}
.BgClassName
{
background-color: #83B58D;
}
</style>
border-color css
<style>
span { border-color: #83B58D; }
span { border-color: rgb(131,181,141); }
td.TdClassName
{
border-color: #83B58D;
}
.TagClassName
{
border-color: #83B58D;
}
</style>