Shades of Bay Leaf #83B690
Tints of Bay Leaf #83B690
RGB
CMYK
RGB Variations
Color information
#83B690 (or 0x83B690) is known color: Bay Leaf. HEX triplet: 83, B6 and 90. RGB value is (131,182,144). Sum of RGB (Red+Green+Blue) = 131+182+144=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #83B690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B690 is #7C496F. Grayscale: #A2A2A2. Windows color (decimal): -8145264 or 9483907. OLE color: 9483907.
HSL color Cylindrical-coordinate representation of color #83B690: hue angle of 135.29º degrees, saturation: 0.26, 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 #83B690 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 182 | 144 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.29 |
| HSL | 135.29º | 0.26% | 0.61% | - |
| HSV(B) | 135.29º | 0.28% | 0.71% | - |
| XYZ | 31.12 | 40.29 | 32.52 | - |
| YUV | 162.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 182 | 144 | 0.28 | 0 | 0.21 | 0.29 | 135.29 | 0.26 | 0.61 |
| Hex | 83 | B6 | 90 | 1C | 0 | 15 | 1D | 87 | 1A | 3D |
| Octal | 203 | 266 | 220 | 34 | 0 | 25 | 35 | 207 | 32 | 75 |
| Binary | 10000011 | 10110110 | 10010000 | 11100 | 0 | 10101 | 11101 | 10000111 | 11010 | 111101 |
Color Harmonies of #83B690
Complementary color
Monochromatic Colors of #83B690
Black with #83B690
Text Example
Text Example
White with #83B690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B690; }
p { color: rgb(131,182,144); }
H1.HeaderClassName
{
color: #83B690;
}
.AnyTagClassName
{
color: #83B690;
}
</style>
background-color css
<style>
a { background-color: #83B690; }
a { background-color: rgb(131,182,144); }
div.DivClassName
{
background-color: #83B690;
}
.BgClassName
{
background-color: #83B690;
}
</style>
border-color css
<style>
span { border-color: #83B690; }
span { border-color: rgb(131,182,144); }
td.TdClassName
{
border-color: #83B690;
}
.TagClassName
{
border-color: #83B690;
}
</style>