Shades of Bay Leaf #83BD8E
Tints of Bay Leaf #83BD8E
RGB
CMYK
RGB Variations
Color information
#83BD8E (or 0x83BD8E) is known color: Bay Leaf. HEX triplet: 83, BD and 8E. RGB value is (131,189,142). Sum of RGB (Red+Green+Blue) = 131+189+142=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BD8E is #7C4271. Grayscale: #A6A6A6. Windows color (decimal): -8143474 or 9354627. OLE color: 9354627.
HSL color Cylindrical-coordinate representation of color #83BD8E: hue angle of 131.38º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BD8E is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 142 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.26 |
| HSL | 131.38º | 0.31% | 0.63% | - |
| HSV(B) | 131.38º | 0.31% | 0.74% | - |
| XYZ | 32.44 | 43.17 | 32.21 | - |
| YUV | 166.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 142 | 0.31 | 0 | 0.25 | 0.26 | 131.38 | 0.31 | 0.63 |
| Hex | 83 | BD | 8E | 1F | 0 | 19 | 1A | 83 | 1F | 3F |
| Octal | 203 | 275 | 216 | 37 | 0 | 31 | 32 | 203 | 37 | 77 |
| Binary | 10000011 | 10111101 | 10001110 | 11111 | 0 | 11001 | 11010 | 10000011 | 11111 | 111111 |
Color Harmonies of #83BD8E
Complementary color
Monochromatic Colors of #83BD8E
Black with #83BD8E
Text Example
Text Example
White with #83BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD8E; }
p { color: rgb(131,189,142); }
H1.HeaderClassName
{
color: #83BD8E;
}
.AnyTagClassName
{
color: #83BD8E;
}
</style>
background-color css
<style>
a { background-color: #83BD8E; }
a { background-color: rgb(131,189,142); }
div.DivClassName
{
background-color: #83BD8E;
}
.BgClassName
{
background-color: #83BD8E;
}
</style>
border-color css
<style>
span { border-color: #83BD8E; }
span { border-color: rgb(131,189,142); }
td.TdClassName
{
border-color: #83BD8E;
}
.TagClassName
{
border-color: #83BD8E;
}
</style>