Shades of Pine Glade #BFC784
Tints of Pine Glade #BFC784
RGB
CMYK
RGB Variations
Color information
#BFC784 (or 0xBFC784) is known color: Pine Glade. HEX triplet: BF, C7 and 84. RGB value is (191,199,132). Sum of RGB (Red+Green+Blue) = 191+199+132=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC784 is #40387B. Grayscale: #BDBDBD. Windows color (decimal): -4208764 or 8701887. OLE color: 8701887.
HSL color Cylindrical-coordinate representation of color #BFC784: hue angle of 67.16º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFC784 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 132 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.22 |
| HSL | 67.16º | 0.37% | 0.65% | - |
| HSV(B) | 67.16º | 0.34% | 0.78% | - |
| XYZ | 46.07 | 53.59 | 29.75 | - |
| YUV | 188.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 132 | 0.04 | 0 | 0.34 | 0.22 | 67.16 | 0.37 | 0.65 |
| Hex | BF | C7 | 84 | 4 | 0 | 22 | 16 | 43 | 25 | 41 |
| Octal | 277 | 307 | 204 | 4 | 0 | 42 | 26 | 103 | 45 | 101 |
| Binary | 10111111 | 11000111 | 10000100 | 100 | 0 | 100010 | 10110 | 1000011 | 100101 | 1000001 |
Color Harmonies of #BFC784
Complementary color
Monochromatic Colors of #BFC784
Black with #BFC784
Text Example
Text Example
White with #BFC784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC784; }
p { color: rgb(191,199,132); }
H1.HeaderClassName
{
color: #BFC784;
}
.AnyTagClassName
{
color: #BFC784;
}
</style>
background-color css
<style>
a { background-color: #BFC784; }
a { background-color: rgb(191,199,132); }
div.DivClassName
{
background-color: #BFC784;
}
.BgClassName
{
background-color: #BFC784;
}
</style>
border-color css
<style>
span { border-color: #BFC784; }
span { border-color: rgb(191,199,132); }
td.TdClassName
{
border-color: #BFC784;
}
.TagClassName
{
border-color: #BFC784;
}
</style>