Shades of Pine Glade #BFC473
Tints of Pine Glade #BFC473
RGB
CMYK
RGB Variations
Color information
#BFC473 (or 0xBFC473) is known color: Pine Glade. HEX triplet: BF, C4 and 73. RGB value is (191,196,115). Sum of RGB (Red+Green+Blue) = 191+196+115=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC473 is #403B8C. Grayscale: #B9B9B9. Windows color (decimal): -4209549 or 7587007. OLE color: 7587007.
HSL color Cylindrical-coordinate representation of color #BFC473: hue angle of 63.7º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFC473 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 115 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.23 |
| HSL | 63.7º | 0.41% | 0.61% | - |
| HSV(B) | 63.7º | 0.41% | 0.77% | - |
| XYZ | 44.32 | 51.79 | 23.88 | - |
| YUV | 185.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 115 | 0.03 | 0 | 0.41 | 0.23 | 63.7 | 0.41 | 0.61 |
| Hex | BF | C4 | 73 | 3 | 0 | 29 | 17 | 40 | 29 | 3D |
| Octal | 277 | 304 | 163 | 3 | 0 | 51 | 27 | 100 | 51 | 75 |
| Binary | 10111111 | 11000100 | 1110011 | 11 | 0 | 101001 | 10111 | 1000000 | 101001 | 111101 |
Color Harmonies of #BFC473
Complementary color
Monochromatic Colors of #BFC473
Black with #BFC473
Text Example
Text Example
White with #BFC473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC473; }
p { color: rgb(191,196,115); }
H1.HeaderClassName
{
color: #BFC473;
}
.AnyTagClassName
{
color: #BFC473;
}
</style>
background-color css
<style>
a { background-color: #BFC473; }
a { background-color: rgb(191,196,115); }
div.DivClassName
{
background-color: #BFC473;
}
.BgClassName
{
background-color: #BFC473;
}
</style>
border-color css
<style>
span { border-color: #BFC473; }
span { border-color: rgb(191,196,115); }
td.TdClassName
{
border-color: #BFC473;
}
.TagClassName
{
border-color: #BFC473;
}
</style>