Shades of Pine Glade #BFC671
Tints of Pine Glade #BFC671
RGB
CMYK
RGB Variations
Color information
#BFC671 (or 0xBFC671) is known color: Pine Glade. HEX triplet: BF, C6 and 71. RGB value is (191,198,113). Sum of RGB (Red+Green+Blue) = 191+198+113=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC671 is #40398E. Grayscale: #BABABA. Windows color (decimal): -4209039 or 7456447. OLE color: 7456447.
HSL color Cylindrical-coordinate representation of color #BFC671: hue angle of 64.94º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFC671 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 113 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.22 |
| HSL | 64.94º | 0.43% | 0.61% | - |
| HSV(B) | 64.94º | 0.43% | 0.78% | - |
| XYZ | 44.66 | 52.66 | 23.43 | - |
| YUV | 186.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 113 | 0.04 | 0 | 0.43 | 0.22 | 64.94 | 0.43 | 0.61 |
| Hex | BF | C6 | 71 | 4 | 0 | 2B | 16 | 41 | 2B | 3D |
| Octal | 277 | 306 | 161 | 4 | 0 | 53 | 26 | 101 | 53 | 75 |
| Binary | 10111111 | 11000110 | 1110001 | 100 | 0 | 101011 | 10110 | 1000001 | 101011 | 111101 |
Color Harmonies of #BFC671
Complementary color
Monochromatic Colors of #BFC671
Black with #BFC671
Text Example
Text Example
White with #BFC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC671; }
p { color: rgb(191,198,113); }
H1.HeaderClassName
{
color: #BFC671;
}
.AnyTagClassName
{
color: #BFC671;
}
</style>
background-color css
<style>
a { background-color: #BFC671; }
a { background-color: rgb(191,198,113); }
div.DivClassName
{
background-color: #BFC671;
}
.BgClassName
{
background-color: #BFC671;
}
</style>
border-color css
<style>
span { border-color: #BFC671; }
span { border-color: rgb(191,198,113); }
td.TdClassName
{
border-color: #BFC671;
}
.TagClassName
{
border-color: #BFC671;
}
</style>