Shades of Bay Leaf #83BC90
Tints of Bay Leaf #83BC90
RGB
CMYK
RGB Variations
Color information
#83BC90 (or 0x83BC90) is known color: Bay Leaf. HEX triplet: 83, BC and 90. RGB value is (131,188,144). Sum of RGB (Red+Green+Blue) = 131+188+144=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC90 is #7C436F. Grayscale: #A6A6A6. Windows color (decimal): -8143728 or 9485443. OLE color: 9485443.
HSL color Cylindrical-coordinate representation of color #83BC90: hue angle of 133.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BC90 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 144 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.26 |
| HSL | 133.68º | 0.3% | 0.63% | - |
| HSV(B) | 133.68º | 0.3% | 0.74% | - |
| XYZ | 32.38 | 42.81 | 32.94 | - |
| YUV | 165.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 144 | 0.30 | 0 | 0.23 | 0.26 | 133.68 | 0.3 | 0.63 |
| Hex | 83 | BC | 90 | 1E | 0 | 17 | 1A | 86 | 1E | 3F |
| Octal | 203 | 274 | 220 | 36 | 0 | 27 | 32 | 206 | 36 | 77 |
| Binary | 10000011 | 10111100 | 10010000 | 11110 | 0 | 10111 | 11010 | 10000110 | 11110 | 111111 |
Color Harmonies of #83BC90
Complementary color
Monochromatic Colors of #83BC90
Black with #83BC90
Text Example
Text Example
White with #83BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC90; }
p { color: rgb(131,188,144); }
H1.HeaderClassName
{
color: #83BC90;
}
.AnyTagClassName
{
color: #83BC90;
}
</style>
background-color css
<style>
a { background-color: #83BC90; }
a { background-color: rgb(131,188,144); }
div.DivClassName
{
background-color: #83BC90;
}
.BgClassName
{
background-color: #83BC90;
}
</style>
border-color css
<style>
span { border-color: #83BC90; }
span { border-color: rgb(131,188,144); }
td.TdClassName
{
border-color: #83BC90;
}
.TagClassName
{
border-color: #83BC90;
}
</style>