Shades of Bay Leaf #83B992
Tints of Bay Leaf #83B992
RGB
CMYK
RGB Variations
Color information
#83B992 (or 0x83B992) is known color: Bay Leaf. HEX triplet: 83, B9 and 92. RGB value is (131,185,146). Sum of RGB (Red+Green+Blue) = 131+185+146=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #83B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B992 is #7C466D. Grayscale: #A4A4A4. Windows color (decimal): -8144494 or 9615747. OLE color: 9615747.
HSL color Cylindrical-coordinate representation of color #83B992: hue angle of 136.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83B992 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 146 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.27 |
| HSL | 136.67º | 0.28% | 0.62% | - |
| HSV(B) | 136.67º | 0.29% | 0.73% | - |
| XYZ | 31.9 | 41.6 | 33.54 | - |
| YUV | 164.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 146 | 0.29 | 0 | 0.21 | 0.27 | 136.67 | 0.28 | 0.62 |
| Hex | 83 | B9 | 92 | 1D | 0 | 15 | 1B | 89 | 1C | 3E |
| Octal | 203 | 271 | 222 | 35 | 0 | 25 | 33 | 211 | 34 | 76 |
| Binary | 10000011 | 10111001 | 10010010 | 11101 | 0 | 10101 | 11011 | 10001001 | 11100 | 111110 |
Color Harmonies of #83B992
Complementary color
Monochromatic Colors of #83B992
Black with #83B992
Text Example
Text Example
White with #83B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B992; }
p { color: rgb(131,185,146); }
H1.HeaderClassName
{
color: #83B992;
}
.AnyTagClassName
{
color: #83B992;
}
</style>
background-color css
<style>
a { background-color: #83B992; }
a { background-color: rgb(131,185,146); }
div.DivClassName
{
background-color: #83B992;
}
.BgClassName
{
background-color: #83B992;
}
</style>
border-color css
<style>
span { border-color: #83B992; }
span { border-color: rgb(131,185,146); }
td.TdClassName
{
border-color: #83B992;
}
.TagClassName
{
border-color: #83B992;
}
</style>