Shades of Pine Glade #BFC279
Tints of Pine Glade #BFC279
RGB
CMYK
RGB Variations
Color information
#BFC279 (or 0xBFC279) is known color: Pine Glade. HEX triplet: BF, C2 and 79. RGB value is (191,194,121). Sum of RGB (Red+Green+Blue) = 191+194+121=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC279 is #403D86. Grayscale: #B9B9B9. Windows color (decimal): -4210055 or 7979711. OLE color: 7979711.
HSL color Cylindrical-coordinate representation of color #BFC279: hue angle of 62.47º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC279 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 121 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.24 |
| HSL | 62.47º | 0.37% | 0.62% | - |
| HSV(B) | 62.47º | 0.38% | 0.76% | - |
| XYZ | 44.23 | 51.04 | 25.61 | - |
| YUV | 184.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 121 | 0.02 | 0 | 0.38 | 0.24 | 62.47 | 0.37 | 0.62 |
| Hex | BF | C2 | 79 | 2 | 0 | 26 | 18 | 3E | 25 | 3E |
| Octal | 277 | 302 | 171 | 2 | 0 | 46 | 30 | 76 | 45 | 76 |
| Binary | 10111111 | 11000010 | 1111001 | 10 | 0 | 100110 | 11000 | 111110 | 100101 | 111110 |
Color Harmonies of #BFC279
Complementary color
Monochromatic Colors of #BFC279
Black with #BFC279
Text Example
Text Example
White with #BFC279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC279; }
p { color: rgb(191,194,121); }
H1.HeaderClassName
{
color: #BFC279;
}
.AnyTagClassName
{
color: #BFC279;
}
</style>
background-color css
<style>
a { background-color: #BFC279; }
a { background-color: rgb(191,194,121); }
div.DivClassName
{
background-color: #BFC279;
}
.BgClassName
{
background-color: #BFC279;
}
</style>
border-color css
<style>
span { border-color: #BFC279; }
span { border-color: rgb(191,194,121); }
td.TdClassName
{
border-color: #BFC279;
}
.TagClassName
{
border-color: #BFC279;
}
</style>