Shades of Bay Leaf #82BB90
Tints of Bay Leaf #82BB90
RGB
CMYK
RGB Variations
Color information
#82BB90 (or 0x82BB90) is known color: Bay Leaf. HEX triplet: 82, BB and 90. RGB value is (130,187,144). Sum of RGB (Red+Green+Blue) = 130+187+144=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB90 is #7D446F. Grayscale: #A5A5A5. Windows color (decimal): -8209520 or 9485186. OLE color: 9485186.
HSL color Cylindrical-coordinate representation of color #82BB90: hue angle of 134.74º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BB90 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 187 | 144 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.27 |
| HSL | 134.74º | 0.3% | 0.62% | - |
| HSV(B) | 134.74º | 0.3% | 0.73% | - |
| XYZ | 32.01 | 42.3 | 32.86 | - |
| YUV | 165.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 144 | 0.30 | 0 | 0.23 | 0.27 | 134.74 | 0.3 | 0.62 |
| Hex | 82 | BB | 90 | 1E | 0 | 17 | 1B | 87 | 1E | 3E |
| Octal | 202 | 273 | 220 | 36 | 0 | 27 | 33 | 207 | 36 | 76 |
| Binary | 10000010 | 10111011 | 10010000 | 11110 | 0 | 10111 | 11011 | 10000111 | 11110 | 111110 |
Color Harmonies of #82BB90
Complementary color
Monochromatic Colors of #82BB90
Black with #82BB90
Text Example
Text Example
White with #82BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BB90; }
p { color: rgb(130,187,144); }
H1.HeaderClassName
{
color: #82BB90;
}
.AnyTagClassName
{
color: #82BB90;
}
</style>
background-color css
<style>
a { background-color: #82BB90; }
a { background-color: rgb(130,187,144); }
div.DivClassName
{
background-color: #82BB90;
}
.BgClassName
{
background-color: #82BB90;
}
</style>
border-color css
<style>
span { border-color: #82BB90; }
span { border-color: rgb(130,187,144); }
td.TdClassName
{
border-color: #82BB90;
}
.TagClassName
{
border-color: #82BB90;
}
</style>