Shades of Bay Leaf #82B490
Tints of Bay Leaf #82B490
RGB
CMYK
RGB Variations
Color information
#82B490 (or 0x82B490) is known color: Bay Leaf. HEX triplet: 82, B4 and 90. RGB value is (130,180,144). Sum of RGB (Red+Green+Blue) = 130+180+144=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #82B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B490 is #7D4B6F. Grayscale: #A1A1A1. Windows color (decimal): -8211312 or 9483394. OLE color: 9483394.
HSL color Cylindrical-coordinate representation of color #82B490: hue angle of 136.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B490 is Cyan = 0.28, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 180 | 144 | - |
| CMYK | 0.28 | 0 | 0.2 | 0.29 |
| HSL | 136.8º | 0.25% | 0.61% | - |
| HSV(B) | 136.8º | 0.28% | 0.71% | - |
| XYZ | 30.56 | 39.4 | 32.38 | - |
| YUV | 160.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 180 | 144 | 0.28 | 0 | 0.2 | 0.29 | 136.8 | 0.25 | 0.61 |
| Hex | 82 | B4 | 90 | 1C | 0 | 14 | 1D | 89 | 19 | 3D |
| Octal | 202 | 264 | 220 | 34 | 0 | 24 | 35 | 211 | 31 | 75 |
| Binary | 10000010 | 10110100 | 10010000 | 11100 | 0 | 10100 | 11101 | 10001001 | 11001 | 111101 |
Color Harmonies of #82B490
Complementary color
Monochromatic Colors of #82B490
Black with #82B490
Text Example
Text Example
White with #82B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B490; }
p { color: rgb(130,180,144); }
H1.HeaderClassName
{
color: #82B490;
}
.AnyTagClassName
{
color: #82B490;
}
</style>
background-color css
<style>
a { background-color: #82B490; }
a { background-color: rgb(130,180,144); }
div.DivClassName
{
background-color: #82B490;
}
.BgClassName
{
background-color: #82B490;
}
</style>
border-color css
<style>
span { border-color: #82B490; }
span { border-color: rgb(130,180,144); }
td.TdClassName
{
border-color: #82B490;
}
.TagClassName
{
border-color: #82B490;
}
</style>