Shades of Bay Leaf #82B88A
Tints of Bay Leaf #82B88A
RGB
CMYK
RGB Variations
Color information
#82B88A (or 0x82B88A) is known color: Bay Leaf. HEX triplet: 82, B8 and 8A. RGB value is (130,184,138). Sum of RGB (Red+Green+Blue) = 130+184+138=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #82B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B88A is #7D4775. Grayscale: #A2A2A2. Windows color (decimal): -8210294 or 9091202. OLE color: 9091202.
HSL color Cylindrical-coordinate representation of color #82B88A: hue angle of 128.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82B88A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 138 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.28 |
| HSL | 128.89º | 0.28% | 0.62% | - |
| HSV(B) | 128.89º | 0.29% | 0.72% | - |
| XYZ | 30.93 | 40.86 | 30.3 | - |
| YUV | 162.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 138 | 0.29 | 0 | 0.25 | 0.28 | 128.89 | 0.28 | 0.62 |
| Hex | 82 | B8 | 8A | 1D | 0 | 19 | 1C | 81 | 1C | 3E |
| Octal | 202 | 270 | 212 | 35 | 0 | 31 | 34 | 201 | 34 | 76 |
| Binary | 10000010 | 10111000 | 10001010 | 11101 | 0 | 11001 | 11100 | 10000001 | 11100 | 111110 |
Color Harmonies of #82B88A
Complementary color
Monochromatic Colors of #82B88A
Black with #82B88A
Text Example
Text Example
White with #82B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B88A; }
p { color: rgb(130,184,138); }
H1.HeaderClassName
{
color: #82B88A;
}
.AnyTagClassName
{
color: #82B88A;
}
</style>
background-color css
<style>
a { background-color: #82B88A; }
a { background-color: rgb(130,184,138); }
div.DivClassName
{
background-color: #82B88A;
}
.BgClassName
{
background-color: #82B88A;
}
</style>
border-color css
<style>
span { border-color: #82B88A; }
span { border-color: rgb(130,184,138); }
td.TdClassName
{
border-color: #82B88A;
}
.TagClassName
{
border-color: #82B88A;
}
</style>