Shades of Bay Leaf #82BE90
Tints of Bay Leaf #82BE90
RGB
CMYK
RGB Variations
Color information
#82BE90 (or 0x82BE90) is known color: Bay Leaf. HEX triplet: 82, BE and 90. RGB value is (130,190,144). Sum of RGB (Red+Green+Blue) = 130+190+144=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BE90 is #7D416F. Grayscale: #A6A6A6. Windows color (decimal): -8208752 or 9485954. OLE color: 9485954.
HSL color Cylindrical-coordinate representation of color #82BE90: hue angle of 134º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BE90 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 144 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.25 |
| HSL | 134º | 0.32% | 0.63% | - |
| HSV(B) | 134º | 0.32% | 0.75% | - |
| XYZ | 32.65 | 43.59 | 33.08 | - |
| YUV | 166.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 144 | 0.32 | 0 | 0.24 | 0.25 | 134 | 0.32 | 0.63 |
| Hex | 82 | BE | 90 | 20 | 0 | 18 | 19 | 86 | 20 | 3F |
| Octal | 202 | 276 | 220 | 40 | 0 | 30 | 31 | 206 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10010000 | 100000 | 0 | 11000 | 11001 | 10000110 | 100000 | 111111 |
Color Harmonies of #82BE90
Complementary color
Monochromatic Colors of #82BE90
Black with #82BE90
Text Example
Text Example
White with #82BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE90; }
p { color: rgb(130,190,144); }
H1.HeaderClassName
{
color: #82BE90;
}
.AnyTagClassName
{
color: #82BE90;
}
</style>
background-color css
<style>
a { background-color: #82BE90; }
a { background-color: rgb(130,190,144); }
div.DivClassName
{
background-color: #82BE90;
}
.BgClassName
{
background-color: #82BE90;
}
</style>
border-color css
<style>
span { border-color: #82BE90; }
span { border-color: rgb(130,190,144); }
td.TdClassName
{
border-color: #82BE90;
}
.TagClassName
{
border-color: #82BE90;
}
</style>