Shades of Bay Leaf #83B290
Tints of Bay Leaf #83B290
RGB
CMYK
RGB Variations
Color information
#83B290 (or 0x83B290) is known color: Bay Leaf. HEX triplet: 83, B2 and 90. RGB value is (131,178,144). Sum of RGB (Red+Green+Blue) = 131+178+144=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #83B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B290 is #7C4D6F. Grayscale: #A0A0A0. Windows color (decimal): -8146288 or 9482883. OLE color: 9482883.
HSL color Cylindrical-coordinate representation of color #83B290: hue angle of 136.6º 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 #83B290 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 178 | 144 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.30 |
| HSL | 136.6º | 0.23% | 0.61% | - |
| HSV(B) | 136.6º | 0.26% | 0.7% | - |
| XYZ | 30.31 | 38.68 | 32.25 | - |
| YUV | 160.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 144 | 0.26 | 0 | 0.19 | 0.30 | 136.6 | 0.23 | 0.61 |
| Hex | 83 | B2 | 90 | 1A | 0 | 13 | 1E | 89 | 17 | 3D |
| Octal | 203 | 262 | 220 | 32 | 0 | 23 | 36 | 211 | 27 | 75 |
| Binary | 10000011 | 10110010 | 10010000 | 11010 | 0 | 10011 | 11110 | 10001001 | 10111 | 111101 |
Color Harmonies of #83B290
Complementary color
Monochromatic Colors of #83B290
Black with #83B290
Text Example
Text Example
White with #83B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B290; }
p { color: rgb(131,178,144); }
H1.HeaderClassName
{
color: #83B290;
}
.AnyTagClassName
{
color: #83B290;
}
</style>
background-color css
<style>
a { background-color: #83B290; }
a { background-color: rgb(131,178,144); }
div.DivClassName
{
background-color: #83B290;
}
.BgClassName
{
background-color: #83B290;
}
</style>
border-color css
<style>
span { border-color: #83B290; }
span { border-color: rgb(131,178,144); }
td.TdClassName
{
border-color: #83B290;
}
.TagClassName
{
border-color: #83B290;
}
</style>