Shades of Pine Glade #BFC672
Tints of Pine Glade #BFC672
RGB
CMYK
RGB Variations
Color information
#BFC672 (or 0xBFC672) is known color: Pine Glade. HEX triplet: BF, C6 and 72. RGB value is (191,198,114). Sum of RGB (Red+Green+Blue) = 191+198+114=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC672 is #40398D. Grayscale: #BABABA. Windows color (decimal): -4209038 or 7521983. OLE color: 7521983.
HSL color Cylindrical-coordinate representation of color #BFC672: hue angle of 65º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFC672 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 114 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.22 |
| HSL | 65º | 0.42% | 0.61% | - |
| HSV(B) | 65º | 0.42% | 0.78% | - |
| XYZ | 44.72 | 52.68 | 23.73 | - |
| YUV | 186.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 114 | 0.04 | 0 | 0.42 | 0.22 | 65 | 0.42 | 0.61 |
| Hex | BF | C6 | 72 | 4 | 0 | 2A | 16 | 41 | 2A | 3D |
| Octal | 277 | 306 | 162 | 4 | 0 | 52 | 26 | 101 | 52 | 75 |
| Binary | 10111111 | 11000110 | 1110010 | 100 | 0 | 101010 | 10110 | 1000001 | 101010 | 111101 |
Color Harmonies of #BFC672
Complementary color
Monochromatic Colors of #BFC672
Black with #BFC672
Text Example
Text Example
White with #BFC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC672; }
p { color: rgb(191,198,114); }
H1.HeaderClassName
{
color: #BFC672;
}
.AnyTagClassName
{
color: #BFC672;
}
</style>
background-color css
<style>
a { background-color: #BFC672; }
a { background-color: rgb(191,198,114); }
div.DivClassName
{
background-color: #BFC672;
}
.BgClassName
{
background-color: #BFC672;
}
</style>
border-color css
<style>
span { border-color: #BFC672; }
span { border-color: rgb(191,198,114); }
td.TdClassName
{
border-color: #BFC672;
}
.TagClassName
{
border-color: #BFC672;
}
</style>