Shades of Bay Leaf #83B291
Tints of Bay Leaf #83B291
RGB
CMYK
RGB Variations
Color information
#83B291 (or 0x83B291) is known color: Bay Leaf. HEX triplet: 83, B2 and 91. RGB value is (131,178,145). Sum of RGB (Red+Green+Blue) = 131+178+145=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #83B291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B291 is #7C4D6E. Grayscale: #A0A0A0. Windows color (decimal): -8146287 or 9548419. OLE color: 9548419.
HSL color Cylindrical-coordinate representation of color #83B291: hue angle of 137.87º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83B291 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 178 | 145 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.30 |
| HSL | 137.87º | 0.23% | 0.61% | - |
| HSV(B) | 137.87º | 0.26% | 0.7% | - |
| XYZ | 30.39 | 38.71 | 32.66 | - |
| YUV | 160.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 145 | 0.26 | 0 | 0.19 | 0.30 | 137.87 | 0.23 | 0.61 |
| Hex | 83 | B2 | 91 | 1A | 0 | 13 | 1E | 8A | 17 | 3D |
| Octal | 203 | 262 | 221 | 32 | 0 | 23 | 36 | 212 | 27 | 75 |
| Binary | 10000011 | 10110010 | 10010001 | 11010 | 0 | 10011 | 11110 | 10001010 | 10111 | 111101 |
Color Harmonies of #83B291
Complementary color
Monochromatic Colors of #83B291
Black with #83B291
Text Example
Text Example
White with #83B291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B291; }
p { color: rgb(131,178,145); }
H1.HeaderClassName
{
color: #83B291;
}
.AnyTagClassName
{
color: #83B291;
}
</style>
background-color css
<style>
a { background-color: #83B291; }
a { background-color: rgb(131,178,145); }
div.DivClassName
{
background-color: #83B291;
}
.BgClassName
{
background-color: #83B291;
}
</style>
border-color css
<style>
span { border-color: #83B291; }
span { border-color: rgb(131,178,145); }
td.TdClassName
{
border-color: #83B291;
}
.TagClassName
{
border-color: #83B291;
}
</style>