Shades of Bay Leaf #829D8C
Tints of Bay Leaf #829D8C
RGB
CMYK
RGB Variations
Color information
#829D8C (or 0x829D8C) is known color: Bay Leaf. HEX triplet: 82, 9D and 8C. RGB value is (130,157,140). Sum of RGB (Red+Green+Blue) = 130+157+140=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 157 - color contains mainly: green. Hex color #829D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D8C is #7D6273. Grayscale: #939393. Windows color (decimal): -8217204 or 9215362. OLE color: 9215362.
HSL color Cylindrical-coordinate representation of color #829D8C: hue angle of 142.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829D8C is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 140 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.38 |
| HSL | 142.22º | 0.12% | 0.56% | - |
| HSV(B) | 142.22º | 0.17% | 0.62% | - |
| XYZ | 26 | 30.75 | 29.38 | - |
| YUV | 146.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 140 | 0.17 | 0 | 0.11 | 0.38 | 142.22 | 0.12 | 0.56 |
| Hex | 82 | 9D | 8C | 11 | 0 | B | 26 | 8E | C | 38 |
| Octal | 202 | 235 | 214 | 21 | 0 | 13 | 46 | 216 | 14 | 70 |
| Binary | 10000010 | 10011101 | 10001100 | 10001 | 0 | 1011 | 100110 | 10001110 | 1100 | 111000 |
Color Harmonies of #829D8C
Complementary color
Monochromatic Colors of #829D8C
Black with #829D8C
Text Example
Text Example
White with #829D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D8C; }
p { color: rgb(130,157,140); }
H1.HeaderClassName
{
color: #829D8C;
}
.AnyTagClassName
{
color: #829D8C;
}
</style>
background-color css
<style>
a { background-color: #829D8C; }
a { background-color: rgb(130,157,140); }
div.DivClassName
{
background-color: #829D8C;
}
.BgClassName
{
background-color: #829D8C;
}
</style>
border-color css
<style>
span { border-color: #829D8C; }
span { border-color: rgb(130,157,140); }
td.TdClassName
{
border-color: #829D8C;
}
.TagClassName
{
border-color: #829D8C;
}
</style>