Shades of Pine Glade #BFC971
Tints of Pine Glade #BFC971
RGB
CMYK
RGB Variations
Color information
#BFC971 (or 0xBFC971) is known color: Pine Glade. HEX triplet: BF, C9 and 71. RGB value is (191,201,113). Sum of RGB (Red+Green+Blue) = 191+201+113=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC971 is #40368E. Grayscale: #BCBCBC. Windows color (decimal): -4208271 or 7457215. OLE color: 7457215.
HSL color Cylindrical-coordinate representation of color #BFC971: hue angle of 66.82º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFC971 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 113 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.21 |
| HSL | 66.82º | 0.45% | 0.62% | - |
| HSV(B) | 66.82º | 0.44% | 0.79% | - |
| XYZ | 45.35 | 54.04 | 23.66 | - |
| YUV | 187.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 113 | 0.05 | 0 | 0.44 | 0.21 | 66.82 | 0.45 | 0.62 |
| Hex | BF | C9 | 71 | 5 | 0 | 2C | 15 | 43 | 2D | 3E |
| Octal | 277 | 311 | 161 | 5 | 0 | 54 | 25 | 103 | 55 | 76 |
| Binary | 10111111 | 11001001 | 1110001 | 101 | 0 | 101100 | 10101 | 1000011 | 101101 | 111110 |
Color Harmonies of #BFC971
Complementary color
Monochromatic Colors of #BFC971
Black with #BFC971
Text Example
Text Example
White with #BFC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC971; }
p { color: rgb(191,201,113); }
H1.HeaderClassName
{
color: #BFC971;
}
.AnyTagClassName
{
color: #BFC971;
}
</style>
background-color css
<style>
a { background-color: #BFC971; }
a { background-color: rgb(191,201,113); }
div.DivClassName
{
background-color: #BFC971;
}
.BgClassName
{
background-color: #BFC971;
}
</style>
border-color css
<style>
span { border-color: #BFC971; }
span { border-color: rgb(191,201,113); }
td.TdClassName
{
border-color: #BFC971;
}
.TagClassName
{
border-color: #BFC971;
}
</style>