Shades of Bay Leaf #82AE90
Tints of Bay Leaf #82AE90
RGB
CMYK
RGB Variations
Color information
#82AE90 (or 0x82AE90) is known color: Bay Leaf. HEX triplet: 82, AE and 90. RGB value is (130,174,144). Sum of RGB (Red+Green+Blue) = 130+174+144=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AE90 is #7D516F. Grayscale: #9D9D9D. Windows color (decimal): -8212848 or 9481858. OLE color: 9481858.
HSL color Cylindrical-coordinate representation of color #82AE90: hue angle of 139.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82AE90 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 174 | 144 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.32 |
| HSL | 139.09º | 0.21% | 0.6% | - |
| HSV(B) | 139.09º | 0.25% | 0.68% | - |
| XYZ | 29.38 | 37.03 | 31.99 | - |
| YUV | 157.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 144 | 0.25 | 0 | 0.17 | 0.32 | 139.09 | 0.21 | 0.6 |
| Hex | 82 | AE | 90 | 19 | 0 | 11 | 20 | 8B | 15 | 3C |
| Octal | 202 | 256 | 220 | 31 | 0 | 21 | 40 | 213 | 25 | 74 |
| Binary | 10000010 | 10101110 | 10010000 | 11001 | 0 | 10001 | 100000 | 10001011 | 10101 | 111100 |
Color Harmonies of #82AE90
Complementary color
Monochromatic Colors of #82AE90
Black with #82AE90
Text Example
Text Example
White with #82AE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AE90; }
p { color: rgb(130,174,144); }
H1.HeaderClassName
{
color: #82AE90;
}
.AnyTagClassName
{
color: #82AE90;
}
</style>
background-color css
<style>
a { background-color: #82AE90; }
a { background-color: rgb(130,174,144); }
div.DivClassName
{
background-color: #82AE90;
}
.BgClassName
{
background-color: #82AE90;
}
</style>
border-color css
<style>
span { border-color: #82AE90; }
span { border-color: rgb(130,174,144); }
td.TdClassName
{
border-color: #82AE90;
}
.TagClassName
{
border-color: #82AE90;
}
</style>