Shades of Pine Glade #BFC97C
Tints of Pine Glade #BFC97C
RGB
CMYK
RGB Variations
Color information
#BFC97C (or 0xBFC97C) is known color: Pine Glade. HEX triplet: BF, C9 and 7C. RGB value is (191,201,124). Sum of RGB (Red+Green+Blue) = 191+201+124=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC97C is #403683. Grayscale: #BDBDBD. Windows color (decimal): -4208260 or 8178111. OLE color: 8178111.
HSL color Cylindrical-coordinate representation of color #BFC97C: hue angle of 67.79º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC97C is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 124 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.21 |
| HSL | 67.79º | 0.42% | 0.64% | - |
| HSV(B) | 67.79º | 0.38% | 0.79% | - |
| XYZ | 46.01 | 54.3 | 27.13 | - |
| YUV | 189.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 124 | 0.05 | 0 | 0.38 | 0.21 | 67.79 | 0.42 | 0.64 |
| Hex | BF | C9 | 7C | 5 | 0 | 26 | 15 | 44 | 2A | 40 |
| Octal | 277 | 311 | 174 | 5 | 0 | 46 | 25 | 104 | 52 | 100 |
| Binary | 10111111 | 11001001 | 1111100 | 101 | 0 | 100110 | 10101 | 1000100 | 101010 | 1000000 |
Color Harmonies of #BFC97C
Complementary color
Monochromatic Colors of #BFC97C
Black with #BFC97C
Text Example
Text Example
White with #BFC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC97C; }
p { color: rgb(191,201,124); }
H1.HeaderClassName
{
color: #BFC97C;
}
.AnyTagClassName
{
color: #BFC97C;
}
</style>
background-color css
<style>
a { background-color: #BFC97C; }
a { background-color: rgb(191,201,124); }
div.DivClassName
{
background-color: #BFC97C;
}
.BgClassName
{
background-color: #BFC97C;
}
</style>
border-color css
<style>
span { border-color: #BFC97C; }
span { border-color: rgb(191,201,124); }
td.TdClassName
{
border-color: #BFC97C;
}
.TagClassName
{
border-color: #BFC97C;
}
</style>