Shades of Pine Glade #BFC979
Tints of Pine Glade #BFC979
RGB
CMYK
RGB Variations
Color information
#BFC979 (or 0xBFC979) is known color: Pine Glade. HEX triplet: BF, C9 and 79. RGB value is (191,201,121). Sum of RGB (Red+Green+Blue) = 191+201+121=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC979 is #403686. Grayscale: #BDBDBD. Windows color (decimal): -4208263 or 7981503. OLE color: 7981503.
HSL color Cylindrical-coordinate representation of color #BFC979: hue angle of 67.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFC979 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 121 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.21 |
| HSL | 67.5º | 0.43% | 0.63% | - |
| HSV(B) | 67.5º | 0.4% | 0.79% | - |
| XYZ | 45.82 | 54.23 | 26.14 | - |
| YUV | 188.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 121 | 0.05 | 0 | 0.40 | 0.21 | 67.5 | 0.43 | 0.63 |
| Hex | BF | C9 | 79 | 5 | 0 | 28 | 15 | 44 | 2B | 3F |
| Octal | 277 | 311 | 171 | 5 | 0 | 50 | 25 | 104 | 53 | 77 |
| Binary | 10111111 | 11001001 | 1111001 | 101 | 0 | 101000 | 10101 | 1000100 | 101011 | 111111 |
Color Harmonies of #BFC979
Complementary color
Monochromatic Colors of #BFC979
Black with #BFC979
Text Example
Text Example
White with #BFC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC979; }
p { color: rgb(191,201,121); }
H1.HeaderClassName
{
color: #BFC979;
}
.AnyTagClassName
{
color: #BFC979;
}
</style>
background-color css
<style>
a { background-color: #BFC979; }
a { background-color: rgb(191,201,121); }
div.DivClassName
{
background-color: #BFC979;
}
.BgClassName
{
background-color: #BFC979;
}
</style>
border-color css
<style>
span { border-color: #BFC979; }
span { border-color: rgb(191,201,121); }
td.TdClassName
{
border-color: #BFC979;
}
.TagClassName
{
border-color: #BFC979;
}
</style>