Shades of Bay Leaf #83BD90
Tints of Bay Leaf #83BD90
RGB
CMYK
RGB Variations
Color information
#83BD90 (or 0x83BD90) is known color: Bay Leaf. HEX triplet: 83, BD and 90. RGB value is (131,189,144). Sum of RGB (Red+Green+Blue) = 131+189+144=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BD90 is #7C426F. Grayscale: #A6A6A6. Windows color (decimal): -8143472 or 9485699. OLE color: 9485699.
HSL color Cylindrical-coordinate representation of color #83BD90: hue angle of 133.45º 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 #83BD90 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 144 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.26 |
| HSL | 133.45º | 0.31% | 0.63% | - |
| HSV(B) | 133.45º | 0.31% | 0.74% | - |
| XYZ | 32.59 | 43.23 | 33.01 | - |
| YUV | 166.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 144 | 0.31 | 0 | 0.24 | 0.26 | 133.45 | 0.31 | 0.63 |
| Hex | 83 | BD | 90 | 1F | 0 | 18 | 1A | 85 | 1F | 3F |
| Octal | 203 | 275 | 220 | 37 | 0 | 30 | 32 | 205 | 37 | 77 |
| Binary | 10000011 | 10111101 | 10010000 | 11111 | 0 | 11000 | 11010 | 10000101 | 11111 | 111111 |
Color Harmonies of #83BD90
Complementary color
Monochromatic Colors of #83BD90
Black with #83BD90
Text Example
Text Example
White with #83BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD90; }
p { color: rgb(131,189,144); }
H1.HeaderClassName
{
color: #83BD90;
}
.AnyTagClassName
{
color: #83BD90;
}
</style>
background-color css
<style>
a { background-color: #83BD90; }
a { background-color: rgb(131,189,144); }
div.DivClassName
{
background-color: #83BD90;
}
.BgClassName
{
background-color: #83BD90;
}
</style>
border-color css
<style>
span { border-color: #83BD90; }
span { border-color: rgb(131,189,144); }
td.TdClassName
{
border-color: #83BD90;
}
.TagClassName
{
border-color: #83BD90;
}
</style>